Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(684)

Unified Diff: Source/core/dom/DOMSettableTokenList.idl

Issue 955093002: Sync the DOMSettableTokenList interface with the spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/DOMSettableTokenList.idl
diff --git a/Source/core/dom/DOMSettableTokenList.idl b/Source/core/dom/DOMSettableTokenList.idl
index e65f383d0731db8f769efb948f9cec14d7514e75..b62d9033b7a1390bcf3bbfdbfa6ccb150f9b8faf 100644
--- a/Source/core/dom/DOMSettableTokenList.idl
+++ b/Source/core/dom/DOMSettableTokenList.idl
@@ -22,8 +22,11 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+// https://dom.spec.whatwg.org/#interface-domsettabletokenlist
+
interface DOMSettableTokenList : DOMTokenList {
- [ImplementedAs=item] getter DOMString? (unsigned long index);
attribute DOMString value;
-};
+ // FIXME: This getter is not in the spec.
+ [ImplementedAs=item] getter DOMString? (unsigned long index);
+};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698