ADVERTISEMENT

De Lima eyes review of anti-violence vs women and children law; says gaps must be addressed

Published Jan 16, 2026 11:14 pm

At A Glance

  • Why do acts of violence against women and children persist despite the existence of a law that prevents such incidents? Deputy Minority Leader Mamamayang Liberal (ML) Party-list Rep. Leila de Lima recently filed House Resolution (HR) No. 641 to find out the answer to this question.
(Unsplash)
(Unsplash)


Why do acts of violence against women and children persist despite the existence of a law that prevents such incidents?
Deputy Minority Leader Mamamayang Liberal (ML) Party-list Rep. Leila de Lima recently filed House Resolution (HR) No. 641 to find out the answer to this question.
The resolution seeks an inquiry into the implementation of Republic Act (RA) No. 9262, or the “Anti-Violence Against Women and their Children Act of 2004,” and to find ways to strengthen its enforcement and accountability mechanisms.
In filing the measure, De Lima wants to address systemic and operational gaps in the implementation of RA No.9262 and propose necessary amendments to ensure better protection for women and their children.
“The effective implementation of RA No.9262 is essential not only for the protection of individual victims but also for advancing gender equality, public safety, and social justice, consistent with the State’s obligations under domestic law and international human rights commitments,” she said.
“Emerging forms of violence, particularly those facilitated by information and communications technology (ICT), require a thorough assessment to determine if the current provisions of RA No.9262 are still sufficient to address new and emerging threats to the safety of women and children,” added the former senator.
The law was enacted nearly 22 years ago to protect women and their children from all forms of violence arising from intimate or dating relationships, including physical, sexual, psychological, and economic abuse.
Under RA 9262, the Inter-Agency Council on Violence Against Women and their Children (IACVAWC) was created. It is composed of agencies that are tasked with formulating programs and projects to eliminate violence against women and their children based on their mandates.
Unfortunately, violence against women and children remains pervasive.
The 2022 National Demographic and Health Survey (NDHS) released by the Philippine Statistics Authority (PSA) reveals the alarming prevalence of domestic abuse, noting that nearly one out of five women have experienced emotional, physical, or sexual violence by their current or most recent husband or intimate partner.
According to the Women and Children Protection Center (WCPC) of the Philippine National Police (PNP), a total of 6,883 incidents involving women and children—2,144 of which involved violations of RA No.9262—were recorded from Aug. 26 to Nov. 25, 2025, marking the highest number of reported cases for that period.
The De Lima measure also cited further studies indicating that, despite general awareness of RA No.9262, there remains limited in-depth understanding of the law, "with survivors facing barriers to accessing justice, including fear of retaliation, emotional trauma, procedural and bureaucratic delays, insufficient staffing, and a lack of survivor-friendly resources".
Given these issues in the implementation of the Anti-VAWC Law, De Lima points out that it is necessary to review and strengthen the existing protocols of the IACVAWC to ensure a more seamless, coordinated, and survivor-centered response across the various pillars of the justice system.
“We have significant laws, such as the Anti-VAWC law, but if gaps in their implementation are not reviewed and addressed, they may become outdated and continue to be exploited by abusers,” the Bicolana said.
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.