ADVERTISEMENT
970x220

Comelec urged to probe red-tagging vs Bayan Muna

Published Mar 10, 2025 07:31 am

Bayan Muna party-list on Monday, March 10, asked the Commission on Elections to investigate the massive and widespread black propaganda being perpetrated against them and other affected party-lists and candidates to file criminal cases.

viber_image_2025-03-10_12-47-22-735.jpg
(Photo from Bayan Muna)

In a letter to the Comelec sent by Bayan Muna first nominee Neri Colmenares, he stated that ,since the start of the campaign period for the national candidates and party-lists, Bayan Muna has been the subject of a massive and nationwide black propaganda and vilification campaign.

"Our lawful campaign materials posted on authorized common poster areas were either destroyed or defamed in violation of COMELEC Resolution 11086 (Sec. 8. Prohibited Forms of Election Propaganda, (a) & (b) and Sec. 25. Removal or Confiscation of Prohibited Propaganda Materials) in relation to COMELEC Resolution 11116," he said in the letter.

He stated that from Feb. 14 to March 7, volunteers and organizers of Bayan Muna from different parts of the country have documented several unlawful forms of campaign against Bayan Muna, either by destruction, defamation, vilification and red-tagging of its lawful campaign materials.

In the letter were photos of the incidents which happened in Cubao, Quezon City; Taytay, Rizal; Cotabato City; Iloilo City; and Tacloban City.

Among the other proposals Colemenares mentioned was to include in the Comelec education efforts the danger and evils of red-tagging and vilification against Bayan Muna and other progressive candidates and party-lists; direct the LGUs to provide or aid in gathering information or CCTV footages, if any, to the Comelec, covering the areas wherever red-tagging posters were documented/seen on the specified dates; and to direct the Task Force Baklas to include red-tagging and black propaganda campaign materials under their mandate in COMELEC Resolution No. 11086, both in the documentation and taking down of such materials, and to aid in COMELEC's investigation of these unlawful campaigning of red-tagging activities.

"We are earnestly hoping that COMELEC would respond positively to our recommendations as Bayan Muna's fight against red-tagging is not different with Comelec's aspiration, ie., to have a fair and honest elections," he said.

"Red-tagging, vilification, labelling, and guilt by association constitute threats to a person's right to life, liberty, or security. It has no place in a free, honest and fair elections and hence should be seriously stopped," he added.

Last month, Comelec issued Resolution No. 11116, which seeks to curb all forms of discrimination during the election period, and anyone who violates this shall be liable for an election offense.

Related Tags

Red-tagging Bayan Muna Partylist Neri Colmenares Commission on Elections (Comelec)
ADVERTISEMENT
300x250
.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 72px 0 12px; } .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; } li:empty { display: none; } .hidden { display: none; }
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]; // The two offset values // changed to 10 from 1 , 2 const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } function isNearBottom() { return window.innerHeight + window.scrollY >= document.documentElement.scrollHeight - 100; } function onScroll() { if (isLoading) return; // Skip if already loading if (isNearBottom()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; // Set flag to prevent multiple calls const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { loadCount++; // Increment only after successful execution }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; // Reset flag after execution }); } } window.addEventListener("scroll", onScroll); }); // Mutation Observer for Newly Loaded Articles const observer = new MutationObserver(() => { const articles = document.querySelectorAll(".articles-observe"); if (articles.length > 0) { observeArticles(articles); } }); observer.observe(document.body, { childList: true, subtree: true }); // Intersection Observer for Updating URL function observeArticles(articles) { 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); } } }); }, { threshold: 0.1 } ); articles.forEach(article => intersectionObserver.observe(article)); }

Sign up by email to receive news.