From 2fb8c50093970fc6c46c8dd517c011af68f6f923 Mon Sep 17 00:00:00 2001
From: Yoav Weiss
Date: Fri, 13 Nov 2015 19:41:23 +0100
Subject: [PATCH] Add supported tokens to relList and sandbox.
Add the following:
* Reference to DOMTokenList's supported tokens in the DOM spec.
* Supported tokens to HTMLLinkElement's relList.
* Supported tokens to HTMLIFrameElement's sandbox.
---
source | 11 +++++++++++
1 file changed, 11 insertions(+)
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.