ADVERTISEMENT
970x220

China envoy's remarks on Taiwan OFWs taken out of context—embassy

Published Apr 16, 2023 10:15 am
The Chinese Embassy in Manila on Sunday, April 16, accused reports of misquoting or misinterpreting the remarks made by Chinese Ambassador to the Philippines Huang Xilian about the fate of some 150,000 overseas Filipino workers (OFWs) in Taiwan amid the intensified Philippine-United States (US) military ties. (Photo from Chinese Ambassador to the Philippines Huang Xilian's Facebook page) While the embassy “appreciated” the “extensive coverage” of Huang’s speech at the 8th Manila Forum for China-Philippines Relations over the weekend, it said that the envoy’s words have been taken “out of context.” “Unfortunately some misquoted or misinterpreted Ambassador Huang's remarks or simply took part of the Ambassador's words out of context,” the embassy added. “Please look at the original text of the speech,” it stressed. This statement came after Senator Risa Hontiveros asked Malacañang to recall the Chinese envoy after he “advised” the Philippines against supporting Taiwan if the country “cares genuinely” about the OFWs in the self-governing island of Taiwan, which Beijing claims ownership of. “He has no business being a diplomat if he is unable to engage with us in a respectful and dignified manner. He, along with his country’s ships and artificial islands in the West Philippine Sea, should pack up and leave,” the senator said, adding that the Philippines “will never interfere” with China’s issue with Taiwan. For weeks, Huang had been adamant that the four new sites that US military forces would have access to under the Enhanced Defense Cooperation Agreement (EDCA) would be used by the US to support Taiwan’s bid for independence. “Philippines is advised to unequivocally oppose ‘Taiwan Independence’ rather than stoking the fire by offering the US access to the military bases near the Taiwan Strait if you care genuinely about the 150,000 OFWs,” the ambassador had said during the forum. Signed in 2014, the EDCA grants US troops access to designated Philippine military facilities and allows them to build facilities, and preposition equipment, aircraft, and vessels. Permanent bases, however, are prohibited. The five existing EDCA locations are Antonio Bautista Air Base in Palawan, Basa Air Base in Pampanga, Fort Magsaysay in Nueva Ecija, Mactan-Benito Ebuen Air Base in Cebu, and Lumbia Air Base in Cagayan de Oro City. The new EDCA sites earlier identified by both the Philippines and the US are in Balabac Island in Palawan and in Naval Base Camilo Osias in Sta Ana, Cagayan; Lal-lo Airport in Lal-lo, Cagayan; and Camp Melchor Dela Cruz in Gamu, Isabela. The last three are in the northern portion of Luzon, facing Taiwan.

Related Tags

Overseas Fililpino Workers (OFWs) China-Taiwan military ties United States Huang Xilian EDCA
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.