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

Unified Diff: Source/core/html/RadioNodeList.idl

Issue 810283002: Expose the HTMLDetailsElement and RadioNodeList interfaces (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: revert oops Created 6 years 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 | « Source/core/html/HTMLDetailsElement.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/RadioNodeList.idl
diff --git a/Source/core/html/RadioNodeList.idl b/Source/core/html/RadioNodeList.idl
index 057ad06c0baca86207bdc7f5ce3328176b7e35fd..498ee8e28671f2f19c35a5663bb7b36b4cdde9f7 100644
--- a/Source/core/html/RadioNodeList.idl
+++ b/Source/core/html/RadioNodeList.idl
@@ -23,9 +23,9 @@
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-[
- NoInterfaceObject,
-] interface RadioNodeList : NodeList {
+// https://html.spec.whatwg.org/#radionodelist
+
+interface RadioNodeList : NodeList {
attribute DOMString value;
[ImplementedAs=item] getter Node (unsigned long index);
};
« no previous file with comments | « Source/core/html/HTMLDetailsElement.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698