ADVERTISEMENT

Are you a government employee? UP Law shares some do's and don'ts during election season

Published Nov 3, 2021 01:33 pm

The looming May 2022 national elections may have raised a few concerns for some citizens especially government employees like whether or not they can express publicly their support for a particular candidate as well as their limitations in doing so and the University of the Philippines (UP) - College of Law in a series of infographics shared on social media, specifically addressed some of the major queries surrounding this topic.

Manila residents line up inside a cinema as voter registration resumes in Comelec offices and mall sites (ALI VICOY / MANILA BULLETIN)

According to the college, a government employee is not prohibited from supporting and voting for a desired candidate and that being one does not strip them of their constitutional rights as a citizen which includes the freedom of speech and expression as well as the right for suffrage.

However, the manner of which to show support for a particular candidate may be regulated by the law and the Constitution, they added.

"You are allowed to publicly express your views or opinions on current political problems or issues, probable issues in a forthcoming election, or on the attributes of or criticisms against probable candidates proposed to be nominated in a forthcoming political party convention," UP College of Law stated in the infographics.

Government employees, according to the college, are also allowed to mention the names of candidates for public office that they support whether through personal means or on social media. This includes liking, commenting, sharing, reposting or following a candidate's or party's account online.

"However, if these are resorted as a means to solicit support for or against a candidate or party during the campaign period, this may be covered by the prohibition against electioneering or partisan politics," it added.

READ MORE: Comelec: No legal prohibition against premature campaigning for COC filers

As for the limitations, government employees are prohibited from directly or indirectly engaging in any election campaign or any partisan political activity but the application of the prohibition further depends on whether they are a government employee covered or exempted from the prohibition, UP College of Law said.

This includes the President and the Vice President; Members of the cabinet; other elective officials and their personal and confidential staff, except barangay officials; Personal and confidential staff of the mentioned officials; and Members of the reserve corps of the Armed Forces of the Philippines (AFP).

"Election campaign or partisan political activity refers to 'any act designed to have a candidate elected or not, or to promote the candidacy of a person to public office. It is also synonymous to electioneering or partisan political campaign," it said.

On the question of when the prohibition sets in, according to UP College of Law, the ruling in Peñera vs COMELEC limited the application of campaign regulations and prohibitions to the campaign period and Joint Resolution No. 1600290 limited the coverage of the prohibition to the campaign period of the applicable election.

READ MORE: Caravans, rallies in support of political aspirants legal- Comelec

In the announcement made by the Comelec in Resolution No. 10695 dated Feb. 10, 2021, the campaign period for the 2022 elections are as follows: Feb. 8 to May 7, 2022 will be for Presidential, Vice Presidential, Senatorial candidates and Party-list groups participating in the party-list system of representation while March 25 to May 7, 2022 will be for members of the House of Representatives and elective regional, provincial, city and municipal officials.

During this period, prohibited acts may not be committed. Failure to do so will result in an election offense and/or an administrative offense.

Related Tags

University of the Philippines May 2022 elections Elections campaign sorties May 2022 polls Comelec political campaign Commission on Elections (Comelec) campaign
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.