ADVERTISEMENT

China slams HK airport protesters, US 'deeply concerned'

Published Aug 15, 2019 09:25 am
  By Agence France-Presse Beijing on Wednesday slammed "terrorist-like" attacks on its citizens by pro-democracy protesters in Hong Kong during a second day of chaos at the city's airport, as the United States expressed concern over apparent Chinese troop movements at the border. Protesters hold placards as they rest on the floor of Hong Kong's international airport  (AFP / Philip FONG / MANILA BULLETIN) Protesters hold placards as they rest on the floor of Hong Kong's international airport
(AFP / Philip FONG / MANILA BULLETIN) The rallies, which had paralyzed one of the world's busiest travel hubs, ended with ugly clashes on Tuesday night that included protesters beating two men. The Chinese government immediately seized on the attacks to intensify its drumbeat of anger and intimidation against the protesters, who have staged 10 weeks of relentless rallies to demand greater freedoms in the semi-autonomous city. "We express the strongest condemnation of these terrorist-like actions," said Xu Luying, spokeswoman at the Hong Kong and Macao Affairs office of the State Council, who called the two men who were beaten "mainland China compatriots." It was the second time this week that China had sought to frame the protests as "terrorism" -- part of a pattern of increasingly ominous warnings that have raised fears it may deploy force to quell the unrest. China on Monday said there were signs of "terrorism emerging", as state media published a video of armored personnel carriers driving towards the border with Hong Kong. US President Donald Trump added to fears Beijing may stage a military intervention to end the unrest, saying on Tuesday his intelligence had confirmed Chinese troop movements toward the Hong Kong border. "I hope it works out for everybody including China. I hope it works out peacefully, nobody gets hurt, nobody gets killed," Trump said. On Wednesday, the US State Department said it was "deeply concerned" by the apparent troop movements, and called on Beijing to "adhere to its commitments" to "allow Hong Kong to exercise a high degree of autonomy." France chimed in with similar concerns about Hong Kong's autonomy, and asked all sides, "particularly the Hong Kong authorities", to put an end to the "escalation in violence." Widespread support  The people power movement, which has seen millions take to Hong Kong's streets, was sparked by opposition to a planned law that would have allowed extraditions to mainland China. It quickly evolved into a much broader campaign for democratic freedoms. Under a 1997 deal that saw Hong Kong return to China from British colonial rule, the city is meant to have far greater liberties than those allowed on the mainland. The protesters have enjoyed widespread public support, but the beating of the two men at the airport Tuesday, as well as the blocking of passengers from boarding flights, could spark a backlash. The movement has no public leaders, with protests organized anonymously over social media and chat apps. One group sought Tuesday to address the concerns that the airport rallies had gone too far. "After months of prolonged resistance, we are frightened, angry and exhausted. Some of us have become easily agitated and over-reacted last night," the group said in a statement. "For this, we feel pained and dispirited and would like to express our most sincere apologies." Demonstrators turned on the two men, fuelled by suspicions within their ranks about undercover police or spies. The first man was held for about two hours and assaulted before being led away in an ambulance. Riot police deployed pepper spray and batons to subdue protesters while they escorted the vehicle away. Another man, wearing a yellow journalist vest, was surrounded, zip-tied and then beaten by a small group who accused him of being a spy. Hu Xijun, the editor of China's state-controlled Global Times tabloid -- which has vociferously condemned the protests -- tweeted that the man was a journalist for the paper. 'Pushed into an abyss' In another ugly scene, a group of protesters ganged up on a policeman and beat him. They stopped their attack when the officer drew his gun and pointed it at them, but did not fire. Only a handful of protesters rallied Wednesday at the airport and many flights operated on schedule. Around 100 demonstrators gathered in the city's working class Sham Shui Po neighborhood, shining lasers at a police station. Officers used tear gas to disperse them. Hong Kong's flag carrier Cathay Pacific -- which has come under huge pressure from Beijing to clamp down on staff supportive of anti-government rallies -- said Wednesday it had sacked two pilots. The airline said last week it had suspended a pilot accused of rioting after allegedly participating in protests. It also said it had fired two ground staff, without specifying why. Local media reported that they were accused of leaking travel details of a Hong Kong police football team. The city's leader, Carrie Lam, warned Tuesday of dangerous consequences if escalating violence continued and said the hub was being "pushed into an abyss."  
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.