Skip to content

Commit a14ffba

Browse files
authored
Add <meta name="text-scale"> feature (#3759)
1 parent f557ea3 commit a14ffba

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

features/meta-text-scale.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: <meta name="text-scale">
2+
description: >
3+
The `<meta name="text-scale" content="scale" />` HTML element allows the browser's initial font size to be affected by the operating system text scale settings.
4+
The `<meta name="text-scale" content="legacy" />` element is the default behavior that respects only browser font-size settings.
5+
spec: https://drafts.csswg.org/css-fonts-5/#text-scale-meta
6+
# Expected:
7+
# compat_features:
8+
# - html.elements.meta.name.text-scale

features/meta-text-scale.yml.dist

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Generated from: meta-text-scale.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support: {}

0 commit comments

Comments
 (0)