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
  • The algorithm to clone a Node, and the concept of cloning steps used by that algorithm
  • The concept of base URL change steps and the definition of what happens when an element is affected by a base URL change
  • The concept of an element's unique identifier (ID)
  • +
  • The term supported tokens
  • The concept of a DOM range, and the terms start, end, and boundary point as applied to ranges.
  • @@ -12045,6 +12046,11 @@ gave me some of the songs they wrote. I love sharing my music.</p> w-nodev>must reflect the rel 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.

    @@ -27045,6 +27051,11 @@ href="?audio">audio</a> test instead.)</p>

    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.