ADVERTISEMENT

'Garapal, sinungaling': De Lima doesn't hold back on China over twin issues

Published Jul 12, 2026 02:28 pm

At A Glance

  • Rep. Leila de Lima condemns China's missile test in the South Pacific and scholars' claim that Batanes belongs to China, calling both acts arrogant and false.
  • She urges the Philippines to assert sovereign rights, strengthen alliances, and resist provocations, stressing that the WPS is protected by the Constitution and international law.
  • On the 10th anniversary of the arbitral ruling, De Lima calls for July 12 to be declared National West Philippine Sea Victory Day and for WPS education to be included in the curriculum.
Mamamayang Liberal (ML) Party-list Rep. Leila de Lima, flag of China (Facebook, Unsplash)
Mamamayang Liberal (ML) Party-list Rep. Leila de Lima, flag of China (Facebook, Unsplash)


Mamamayang Liberal (ML) Party-list Rep. Leila de Lima has called out China's seemingly escalating arrogance in connection with two recent developments involving the Asian giant.
"China’s recent action reaches a new level of arrogance and of spreading disinformation and propaganda in asserting what is not theirs," De Lima, the House senior deputy minority leader, said in a statement.
"It also demonstrate a lack of sincerity in genuinely resolving issues in the region," she added.
De Lima was referring to Beijing's ballistic missile test launch in the South Pacific, and certain Chinese scholars' assertion during an academic symposium that Batanes was a natural geographical extension of Taiwan with sovereignty belonging to China.
"Launching a ballistic missile into the Pacific just to brag their military power, without any regard for the geo-political tensions it may trigger in the region, is highly inconsiderate. We strongly condemn this self-aggrandizing act," the former senator said.
"At hindi pa nakuntento sa pag-angkin sa ating teritoryo sa West Philippine Sea (WPS), pati Batanes, tsinitsismis na rin ng Chinese scholars na bahagi raw ng teritoryo ng China. Nuknukan ng pagkagarapal at kasinungalingan ang ganitong pahayag," noted De Lima.
(And not content with claiming our territory in the WPS, Chinese scholars are also spreading rumors that Batanes is part of China’s territory. Such a statement is the height of brazenness and falsehood.)
The party-list congresswoman--among the leading voices for the WPS in Congress--decried "China’s continued provocations".
"It is all the more important that we continue to assert our sovereign rights, pursue a more pro-active and assertive stance in defending what is ours, and engage with our regional allies to enforce the law of the sea and uphold a rules-based international order," said De Lima, also a former Department of Justice (DOJ) secretary.
De Lima went on to hurl more jabs toward the superpower.
"What is ours is supported by our Constitution and by international law. This cannot be erased by an entitled bully who displays its might by harassing, threatening and intimidating others," she said.
10th anniversary of arbrital case win
Incidentally, Sunday, July 12 marked the 10th anniversary of the Philippines' victory in its arbitration case against China on the WPS issue. She calls it "West Philippine Sea Victory Day" by default.
In this regard, De Lima cautioned Filipinos about the proliferation of fake news on the WPS.
"As fake news and disinformation about the WPS continue to spread, we must ensure that every Filipino, especially the youth, understands our rights and the significance of the arbitral ruling," she said.
"Kaya naman patuloy ang ating panawagan sa agarang pagsasabatas ng isinusulong natin na pagdedeklara ng July 12 bilang National West Philippine Sea Victory Day at ng pagsasama ng usapin ukol sa WPS sa edukasyon ng ating kabataan," De Lima noted.
(That is why we continue to call for the immediate passage of our proposed measure declaring July 12 as National West Philippine Sea Victory Day and for the inclusion of the WPS issue in the education of our youth.)
Commenting on the anniversary, De Lima said: "Ten years have passed since the Philippines achieved a historic victory at the Permanent Court of Arbitration (PCA) in The Hague, Netherlands. That landmark ruling affirmed before the world that, under both our Constitution and international law, the [WPS] is ours. We uphold our national dignity."
"We stood before the arbitral tribunal to assert the sovereign rights of the Philippines and protect what rightfully belongs to our people. But one thing is clear: That commitment should not end with the ruling," she underscored.
The PCA ruling invalidated China’s expansive nine-dash line claim over the South China Sea. Beijing has never recognized it.

Related Tags

West Philippine Sea Leila de Lima arbitral award PCA ruling China ballistic missile test Batanes
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; } }

{{ static_articles_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.