ADVERTISEMENT

SC asked to nullify Comelec's allocation of only 63 seats for party-list groups in Congress

Published May 26, 2025 06:08 pm

The Supreme Court (SC) was asked to nullify the May 18, 2025 resolution of the Commission on Elections (Comelec), sitting as the National Board of Canvassers (NBOC), that allocated only 63 congressional seats, instead of 64 slots, for party-list representatives in the May 12 mid-term elections.

In a petition filed on Monday, May 26, the One Filipinos Worldwide (OFW) party-list group also challenged before the SC the continued participation of non-marginalized groups in the party-list system that “circumvents the Constitution and results in the mockery and disrepute of the electoral process.”

The OFW, a group of Filipinos working abroad, said that under Section 5 (2) of Article VI of the 1987 Constitution and Republic Act No. 7941, the Party-list System Law, only those belonging to marginalized and under-represented sectors were allowed to participate to be members of the House of Representatives.

It lamented that many party-list organizations which were accredited and eventually proclaimed as winners in the past elections were not from the marginalized sectors.

“Quite the contrary, the organizations and its representatives were from political dynasties, provinces or geographical areas with more than sufficient representation, big business interests, and sometimes even from known religious sectors, only under cover organizations,” it said.

Thus, it said that despite the huge economic contribution of OFWs, they do not have “real and truthful voice” in Congress.

“The Party-List system is a social justice designed not only to give more in law to the great masses of our people who have less in life, but also enable them to become veritable law makers themselves, empowered to participate directly in the enactment of laws designed to benefit them,” it pointed out.  

“Thus, allowing all individuals and groups, including those which now dominate district elections, to have the same opportunity to participate in party-list elections would desecrate this lofty objective and mongrelize the social justice mechanism into an atrocious veneer for traditional politics,” it stressed in its petition.  

In pleading for the issuance of a temporary restraining order (TRO) and the granting of its petition, the OFW told the SC that the Comelec gravely abused its discretion amounting to lack or excess of jurisdiction and violated the equal protection clause of the 1987 Constitution in promulgating the assailed resolution.

It also pleaded the SC to revisit or modify or abandon the formula adopted in the decided case of BANAT vs. Comelec which states that the parties shall be ranked from highest to lowest based on the number of votes they received during elections; the parties receiving at least two percent of the total votes cast shall be entitled to one guaranteed seat each; those garnering sufficient number of votes, according to the ranking shall be entitled to additional seats in proportion to their total number of votes until all the additional seats are allocated; and each party shall be entitled to not more than three seats.

The BANAT vs Comelec case was decided by the SC as a full court on April 21, 2009. It is the petition filed by the Barangay Association for National Advancement and Transparency (BANAT) vs. Commission on Elections (sitting as the National Board of Canvassers) with the Arts Business and Science Professionals, Aangat Tayo, and Coalition of Associations of Senior Citizens in the Philippines, Inc. as intervenors.

The formula, the OFW said, resulted in double counting of votes in favor of party-list groups which attained two percent of the total votes cast by all party-list groups.

It pointed out that there is no provision in RA 7941 that allows such vote allocation.

It also said: “The votes already used to allocate a seat through the guaranteed seat, were unreasonably used to allocate for the additional seat. This is a clear instance of double counting of votes and this is also a violation not only of the equal protection clause, but also the principle of ‘one person, one vote’ which is a bedrock of the republican and democratic nature of the Philippine State.”  

Thus, it said the “NBOC Resolution 14-25 violates the equal protection clause of the 1987 Constitution as it gives undue preference to Party-List organizations who garnered two percent or more of the total votes cast for the Party-List System by allowing these party-list organizations to be credited the same votes for the distribution of the guaranteed seats and distribution of the additional seats.”

At the same time, the OFW asked the SC to proclaim the group as among the winning party-list candidates in the May 12 national and local elections.

If the BANAT formula is scrapped, the OFW’s rank will be at 59 and will entitle it to a seat in the House of Representatives, it added.

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.