diff --git a/source b/source index 711e1a3ea51..ed77ac2f7f0 100644 --- a/source +++ b/source @@ -1838,6 +1838,9 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
If removedNode's popover
attribute is not in
the no popover state, then run the hide
popover algorithm given removedNode, false, false, and false.
Set removedNode's implicitly potentially render-blocking flag to + false.
A possible blocking tokens.
+ + +Elements have an associated boolean implicitly potentially render-blocking flag, + initially false.
+An element is potentially render-blocking if its blocking tokens set
contains "render
", or if it is
- implicitly potentially render-blocking, which will be defined at the individual
- elements. By default, an element is not implicitly potentially render-blocking.
The child text content of a style
element must be that of a
conformant style sheet.
A style
element is implicitly potentially render-blocking if the
- element was created by its node document's parser.
A style
element on creation must set its implicitly potentially
+ render-blocking flag to true if the element was created by its node document's
+ parser.
A style
element is implicitly potentially render-blocking if its
+ implicitly potentially render-blocking flag is true.
The default type for resources given by the stylesheet
keyword is text/css
.
A link
element of this type is implicitly potentially render-blocking
- if the element was created by its node document's parser.
A link
element on creation must set its implicitly potentially
+ render-blocking flag to true if the element was created by its node document's
+ parser.
A link
element is implicitly potentially render-blocking if its
+ implicitly potentially render-blocking flag is true.
A script
element on creation must set its implicitly potentially
+ render-blocking flag to true if the element was created by its node document's
+ parser.
A script
element el is implicitly potentially
- render-blocking if el's type is
- "classic
", el is parser-inserted, and
- el does not have an async
or defer
attribute.
classic
", and el does not have an
+ async
or defer
+ attribute.
The cloning steps for a script
element el being cloned to a copy copy are to set copy's