diff --git a/source b/source index f39415a8c8e..9fc456420f1 100644 --- a/source +++ b/source @@ -3928,6 +3928,8 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
text-scaleThe value must be a string that matches one of the text-scale keywords defined for the + text-scale metadata name in the CSS Fonts specification.
+ +There must not be more than one meta element with its name attribute value set to an
+ ASCII case-insensitive match for text-scale per document.
The following declaration indicates that the page is aware of and can handle the user's + text scaling preferences:
+ +<meta name="text-scale" content="scale">
+ If any meta elements are inserted into the document or removed from the document, or existing meta elements have their
+ name or content
+ attributes changed, user agents must process the meta element's state as defined
+ in CSS Fonts.