diff --git a/source b/source index 8f5918f126b..bf395a97617 100644 --- a/source +++ b/source @@ -3058,6 +3058,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
Node
, and the concept of cloning steps used by that algorithmrel
content attribute.
+ relList
's DOMTokenList
's
+ supported tokens are the keywords defined
+ in HTML link types which are allowed on link
elements and
+ supported by the user agent.
The LinkStyle
interface is also implemented by this element.
The IDL attributes src
, srcdoc
, name
, sandbox
, and seamless
must reflect the respective
content attributes of the same name.
The supported tokens for
+ sandbox
's DOMSettableTokenList
are the
+ allowed values defined in the sandbox
attribute and
+ supported by the user agent.
The allowFullscreen
IDL attribute
must reflect the allowfullscreen
content attribute.