ADVERTISEMENT

Paolo vs Paolo: Ortega corrects Marcoleta on virtual voting claim

Published May 29, 2026 02:43 pm

At A Glance

  • Ortega corrects Marcoleta's claim, stressing virtual voting in the House was introduced only during the pandemic for emergencies.
  • He says House rules still require physical attendance, with remote participation limited to defined circumstances.
  • He rejects House-Senate comparisons, noting the House's 317 members must address district concerns unlike the Senate's 24.
La Union 1st district Rep. Paolo Ortega V (left), SAGiP Party-list Rep. Paolo Marcoleta (Facebook)
La Union 1st district Rep. Paolo Ortega V (left), SAGiP Party-list Rep. Paolo Marcoleta (Facebook)


Deputy Speaker La Union 1st district Rep. Paolo Ortega V corrected his colleague, SAGiP Party-list Rep. Paolo Marcoleta on Friday, May 29 regarding the latter's claim that virtual voting had always been permitted in the House of Representatives.
Ortega gave context to this emergency-based remote voting mechanism in the House, and said that it was a product of the Covid-19 pandemic.
The Ilocano says the fact that the rule was limited to emergencies and official functions, means it cannot be fairly equated with proposals seeking to expand virtual participation in Senate sessions ahead of the impeachment trial of Vice President Sara Duterte.
This was the main point of Rep. Marcoleta, who in a Facebook post had raised the "example" of the House of Representatives in arguing for his father, Senator Rodante Marcoleta's proposal to allow online participation and voting among members of the upper chamber.
“Hindi po pwedeng piliin lang ang bahagi ng rules na convenient sa argumento. Kapag binasa mo nang buo ang House rules, malinaw na ang virtual participation ay exception — hindi default mode ng lehislatura,” Ortega said, referring to the SAGIP solon's comments on the Senate issue.
(You cannot just pick the parts of the rules that are convenient to the argument. When you read the House rules in full, it is clear that virtual participation is an exception — not the default mode of the legislature.)
“The House framework was crafted as a practical and limited mechanism during extraordinary circumstances, and it has been applied under defined parameters during the pandemic period,” the deputy speaker explained.
Ortega said Rep. Marcoleta simply ignored the actual restrictions written into the rules of the House of Representatives in the 20th Congress as far as virtual or online participation was concerned.
“Napakalinaw ng Section 89. Hindi ito ginawa para sa convenience. Hindi ito ginawa para makaiwas sa pagharap sa plenaryo. Ginawa ito para matiyak na tuloy ang trabaho ng Kongreso kapag may emergency o extraordinary circumstances,” he said.
(It is very clear in Section 89. It was not made for convenience. It was not made to avoid facing the plenary. It was made to ensure that Congress’s work continues during emergencies or extraordinary circumstances.)
Ortega said House rules allow remote participation only during emergencies, pandemics, extraordinary circumstances and narrowly defined official business — not as a substitute for physical attendance in proceedings involving national interest.
He also pointed to Section 71, which recognizes limited exemptions from physical attendance for official duties such as committee hearings, bicameral conference meetings, sessions of the Commission on Appointments (CA), House Electoral Tribunal (HRET) proceedings, and missions authorized by the Speaker.
“The rules are still anchored on physical attendance. The exemptions are narrowly defined and supported by clear justification. They were never intended to serve as an open-ended authority to turn normal legislative proceedings into virtual sessions,” he explained.
Ortega further rejected comparisons between the House and Senate, and noted that the two legislative chambers operate under different conditions.
“Sa House, 317 kaming miyembro na may kanya-kanyang distrito sa buong bansa. Habang may sesyon, may mga bagyo, sakuna, peace and order concerns at emergency situations sa mga lalawigan na kailangan ding tugunan ng mga congressman,” Ortega said.
(In the House, we are 317 members with our own districts across the country. During sessions, there are typhoons, disasters, peace and order concerns, and emergency situations in the provinces that congressmen also need to address.)
"Sa Senado, 24 lang ang miyembro at wala namang districts na kailangang balikan habang may plenary sessions,” he pointed out.
(In the Senate, there are only 24 members and no districts to return to while plenary sessions are ongoing.)
Last Tuesday, Senate minority bloc members walked out during plenary session after the elder Marcoleta pushed for the tweaking of Senate rules to allow online participation and voting among senators.

Related Tags

Online participation Senate rodante marcoleta Sara Duterte Impeachment Paolo Marcoleta Paolo Ortega House of Representatives
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.