ADVERTISEMENT

Hong Kong unrest alarms Taiwan with wary eye on China

Published Jun 15, 2019 11:03 am
  By Agence France-Presse Images of riot police battling protesters in Hong Kong this week have reverberated in nearby Taiwan where many recoil at what they fear could be their future if Beijing has its way. Taiwan has been a self-ruled de facto nation in charge of its own affairs and borders for the last 70 years. Protesters face off with police after they fired tear gas during a rally against a controversial extradition law proposal outside the government headquarters in Hong Kong on June 12, 2019.(Photo by Anthony WALLACE / AFP / MANILA BULLETIN) Protesters face off with police after they fired tear gas during a rally against a controversial extradition law proposal outside the government headquarters in Hong Kong on June 12, 2019. (Photo by Anthony WALLACE / AFP / MANILA BULLETIN) But the leaders in Beijing maintain it is part of their territory and have never given up their threat to retake it, by force if necessary. In an attempt to persuade Taiwan's 23 million inhabitants to consider a return to the mainland, China has touted the framework it devised with Britain to allow Hong Kong to keep its unique freedoms after the city's 1997 handover. The "one country, two systems" formula envisages democratic Taiwan joining the authoritarian mainland but keeping some yet to be determined privileges. But years of sliding freedoms in Hong Kong have undermined those promises, with growing numbers of young Taiwanese now adopting an increasingly hostile view towards the Chinese mainland and a staunchly independent identity. The unrest in Hong Kong this week has only fanned those suspicions. "Developments in Hong Kong from the Umbrella Movement to the recent protests, have cemented the view of people in Taiwan that the PRC can't be trusted to preserve their autonomy," Bonnie Glaser, a Taiwan expert at the Center for Strategic and International Studies, told AFP, referring to the 2014 pro-democracy protests in Hong Kong that failed to win any concessions from Beijing. 'One country, one system'  Taiwan heads to the polls in January to elect a new president in a contest set to be dominated by relations with China. President Tsai Ing-wen, who is seeking a second term and hails from a Beijing-sceptical party, has repeatedly referred to the clashes in Hong Kong this week as a wake-up call. Calling the election a "fight for freedom and democracy" she said one country, two systems "can never be accepted in democratic Taiwan". "The protests in Hong Kong make Taiwanese people cherish more our democratic system and way of life," she said Thursday. Even her political opponents, who favor much warmer ties with China, have spoken in a similar vein. Potential rival Terry Gou, the billionaire Foxconn boss who is seeking to run as the Beijing-friendly Kuomintang's presidential candidate, called the model "a failure" this week. "If I become president I will open both arms to invite Hong Kong friends to emigrate to Taiwan because the Republic of China has a free and democratic environment," Gou said in a Facebook post, using Taiwan's formal name. Taiwanese social media has been filled with messages of concern about what a Beijing-ruled future might hold. "Hong Kong has already proven to us that there is only 'one country, one system'," one comment on social media read. "If we vote for a pro-China party in 2020, Taiwan will become Hong Kong". 'Hegemonic China'  Beijing cut communication with Tsai's government following her 2016 election, ramping up military drills and poaching several diplomatic allies because she refuses to acknowledge that the self-ruled island is part of "one China". With China keen to ensure Tsai is defeated in January, the renewed political crisis in Hong Kong is bad timing. This week the South China Morning Post ran a report suggesting Chinese officials were angry the Hong Kong extradition bill had given fuel to Tsai. "Taiwan is involved," the paper quoted what it said was a core pro-Beijing figure close to China's liaison office in Hong Kong. "A presidential election is coming and (the legislation) is like sending ammunition to the Democratic Progressive Party,” the source added, referring to Tsai's party. It was the murder of a Hong Kong woman at the hands of her boyfriend while they were on holiday in Taiwan last year that promoted Hong Kong authorities to call for an extradition law. But Taiwan has become so concerned about its own citizens getting extradited to the Chinese mainland if they pass through Hong Kong that it has publicly said it will not seek the murder suspect's return if the bill goes ahead in its current form. Taiwanese rights and student groups are planning to stage rallies over the weekend to support the Hong Kong protests. Lin Fei-fan, a leading activist in Taiwan's 2014 Sunflower Movement opposing a controversial China trade pact, described the extradition bill as an example of how Beijing presented a current threat to his fellow citizens, not a future one. "Today's Hong Kong is also today's Taiwan," he told a crowd protesting outside Hong Kong's trade office in Taipei this week. "We both face the expansion of a hegemonic China and we are on the frontline of defense."  
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.