Add <meta name="responsive-embedded-sizing">#12444
Conversation
This adds `<meta name="responsive-embedded-sizing">` as an immutable standardized name. This is used by the CSS [responsive embedded sizing flag]. [responsive embedded sizing flag]: https://drafts.csswg.org/css-sizing-4/#document-responsive-embedded-sizing-flag
4f63023 to
5d63e86
Compare
|
If either name, http-equiv, or itemprop is specified in meta element, then the content attribute must also be specified. |
|
https://html.spec.whatwg.org/#the-meta-element
But just below:
So |
The above specifications are for user agents, not for authors.
|
| the user agent must run the following algorithm:</p> | ||
|
|
||
| <ol> | ||
| <li><p>If <var>element</var> is not inserted by the parser, then return.</p></li> |
There was a problem hiding this comment.
This doesn't seem like a good idea. This will just encourage people to use document.write() instead of tree manipulation.
This adds
<meta name="responsive-embedded-sizing">as an immutable standardized name.This is used by the CSS responsive embedded sizing flag.
(See WHATWG Working Mode: Changes for more details.)
/dom.html ( diff )
/infrastructure.html ( diff )
/semantics.html ( diff )