ADVERTISEMENT

Escudero keen on retaining rules in VP Duterte's impeachment trial

Published May 15, 2025 06:43 pm
Senate President Francis “Chiz” Escudero on Thursday, May 15, said he will recommend that they retain the existing impeachment rules for the impending trial of Vice President Sara Duterte, warning against perceptions of partiality if changes are made “in the middle of the game.”
Escudero said that while proposals for revisions have been submitted by various senators and legal experts, his own recommendation is to leave the current rules unchanged for this case.
“Pero ang direksyon na personal kong tinatahak sa ngayon ay i-suggest sa impeachment court na wag nang baguhin ‘yong rules dahil baka maakusahan pa ang Senado at ang institusyon ng Senado na we are changing the rules in the middle of the game to favor one side or the other (But the direction I’m personally taking right now is to suggest to the impeachment court not to change the rules anymore, because the Senate and the institution itself might be accused of changing the rules in the middle of the game to favor one side or the other),” he said.
“Ipapanukala ko na kung may pagbabago man sa rules, ito’y mag-aapply to future impeachment cases and not this one (I will propose that if there are any changes to the rules, they should apply to future impeachment cases and not to this one)," he said.
He clarified that this proposal will still need the impeachment court’s approval. The Senate is set to resume session on June 2, with the impeachment court expected to convene the following day. Escudero detailed the formal process that will trigger the start of the trial.
“Magpapadala kami ng notice sa Kamara itong darating na linggo na kailangan nilang ipresinta ang articles of impeachment or at least ‘yong charges man lamang sa plenaryo ng Senado (We will send a notice to the House this coming week that they need to present the articles of impeachment—or at least the charges—in the Senate plenary)," he said, adding that the prosecutors — not just the Majority Leader — must read the charges in plenary, in line with the rules and precedents.
“Hindi filing ang magti-trigger ng impeachment court, it is the Senate plenary taking cognizance of it... Dapat basahin ng prosecutors ‘yon formally (It is not the filing that triggers the impeachment court, it is the Senate plenary taking cognizance of it... The prosecutors must formally read it)," he added.
Meanwhile, like before, Escudero refused to comment about the events that may occur in connection to the impeachment trial.
“Tulad ng dati ayokong pangunahan anuman ang magiging resulta ng impeachment. Hayaan nating tumakbo ang proseso at hayaan nating magpasya ang impeachment court (As before, I don’t want to preempt whatever the outcome of the impeachment will be. Let’s allow the process to run its course and let the impeachment court decide),” he said when asked about the potential outcome of the trial now that the composition of the 20th Congress is taking shape.
“Gusto niyo mag-postgame analysis tayo pagkatapos. Pero ano mang pregame analysis maaaring ma-interpret na panghuhusga na ni wala pang napepresenta o nakikitang ebidensya ang mga uupo bilang hurado,(If you want, we can do a postgame analysis afterward. But any kind of pregame analysis might be interpreted as prejudgement, even before the judges have seen or been presented with any evidence)," he added.
This is amid observations that the outcome of the midterm polls may have shifted the political alignment in the Senate, possibly boosting Duterte's chances for acquittal.
But Escudero emphasized that senators are not beholden to any political bloc.
“Each senator will decide for himself, for herself, the various issues we will confront as members of the Senate as representatives of the people who are elected at large,” he added.
When asked about the robes to be worn by Senator-judges, Escudero said preparations are nearly complete: “Napatahi na, alam ko napatahi na at nasukatan na kung hindi ako nagkakamali, lahat o maliban sa isa, kaugnay ng may mga nangangampanya kasi na hindi pa naman nakuha… nakunan ng sukat pero ready na… ginaya lang naman ‘yon dati (They'vealready been sewn, as far as I know they’ve been sewn and fitted—everyone, or all except one, I believe—because some were still campaigning and hadn’t been measured yet... but they’ve been measured, and they’re ready... they’re just patterned after the ones used before)."

Related Tags

impeachment trial chiz escudero Senate VP Sara Duterte VP Sara
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.