// Adds dimensions UUID, Author and Topic into GA4
Saturday, December 13, 2025
25.8 C
Singapore

China steps up fire safety inspections on high-rise buildings after Hong Kong blaze

After a devastating fire in Hong Kong earlier this week that claimed at least 128 lives, the Chinese government announced it will carry out nationwide fire safety checks on high-rise buildings, The Edge Singapore reported, citing the Ministry of Emergency Management’s announcement on Saturday.

The inspections will focus on residential buildings and public spaces, especially those undergoing exterior renovations or interior upgrades. Authorities will also examine whether flammable or combustible materials are being used, to identify banned materials, processes and equipment, including bamboo scaffolding.

The fire broke out on Wednesday in Wang Fuk Court, where netting wrapped around bamboo scaffolding caught fire and ignited highly flammable foam boards around windows. The fire spread quickly, setting the scaffolding ablaze and causing burning bamboo to fall and ignite more floors across the eight-tower complex in the city’s north. /TISG

Read also: Hong Kong reels from deadliest blaze in decades as 128 killed; arrests made over unsafe renovation works

See also  MAS, SPF: No information that companies with frozen remittances in China were involved in money laundering or scams
- Advertisement -

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });
// //