All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

New HTML Meta Tag for Text Scaling Support in Chrome Canary

By

linolevan

4mo ago· 6 min readenNews

Summary

The article introduces a new HTML meta tag for text scaling support in Chrome Canary. The author, who proposed the feature at the CSS Working Group in Summer 2024, explains that the <meta name="text-scale" content="scale" /> tag allows web developers to control text scaling behavior on their sites. The feature addresses issues where increasing system text size on iOS or Android can break website layouts. The article provides technical details about the implementation, explains how developers can test it in Chrome Canary with experimental flags enabled, and discusses the feature's inclusion in the CSS Fonts 5 specification.

Key quotes

· 4 pulled
This is a feature that I proposed at the CSS Working Group back in Summer 2024 and developed with a lot of help from David Grogan and Philip Rogers from the Google Chrome team.
You can now try out a new HTML meta tag: <meta name="text-scale" content="scale" />
I'm delighted that is finally in the CSS Fonts 5 specification and supported in a browser behind a flag!
Have you ever noticed that when you increase the system text size in your iOS or Android device, some websites break?
Snippet from the RSS feed
If you have Chrome Canary installed with the 'Experimental Web Platform features' flag enabled, you can now try out a new HTML meta tag:

You might also wanna read