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

Side by Side Diff: tools/dom/dom.json

Issue 13686018: Testing & supporting new HTMLTemplateElement (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tests/html/html.status ('k') | tools/dom/scripts/dartmetadata.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "AbstractWorker": { 2 "AbstractWorker": {
3 "comment": "http://www.w3.org/TR/workers/#the-abstractworker-abstract-interf ace", 3 "comment": "http://www.w3.org/TR/workers/#the-abstractworker-abstract-interf ace",
4 "members": { 4 "members": {
5 "addEventListener": {}, 5 "addEventListener": {},
6 "dispatchEvent": {}, 6 "dispatchEvent": {},
7 "onerror": {}, 7 "onerror": {},
8 "removeEventListener": {} 8 "removeEventListener": {}
9 }, 9 },
10 "support_level": "stable" 10 "support_level": "stable"
(...skipping 4645 matching lines...) Expand 10 before | Expand all | Expand 10 after
4656 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ obsolete.html#HTMLTableSectionElement-partial", 4656 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ obsolete.html#HTMLTableSectionElement-partial",
4657 "dart_action": "suppress", 4657 "dart_action": "suppress",
4658 "support_level": "deprecated" 4658 "support_level": "deprecated"
4659 } 4659 }
4660 }, 4660 },
4661 "support_level": "stable" 4661 "support_level": "stable"
4662 }, 4662 },
4663 "HTMLTemplateElement": { 4663 "HTMLTemplateElement": {
4664 "comment": "https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/templates /index.html#template-element", 4664 "comment": "https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/templates /index.html#template-element",
4665 "members": { 4665 "members": {
4666 "HTMLTemplateElement": {},
4666 "content": {} 4667 "content": {}
4667 }, 4668 },
4668 "support_level": "experimental" 4669 "support_level": "experimental"
4669 }, 4670 },
4670 "HTMLTextAreaElement": { 4671 "HTMLTextAreaElement": {
4671 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the- button-element.html#the-textarea-element", 4672 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the- button-element.html#the-textarea-element",
4672 "members": { 4673 "members": {
4673 "HTMLTextAreaElement": {}, 4674 "HTMLTextAreaElement": {},
4674 "autofocus": {}, 4675 "autofocus": {},
4675 "checkValidity": {}, 4676 "checkValidity": {},
(...skipping 6891 matching lines...) Expand 10 before | Expand all | Expand 10 after
11567 "importStylesheet": {}, 11568 "importStylesheet": {},
11568 "removeParameter": {}, 11569 "removeParameter": {},
11569 "reset": {}, 11570 "reset": {},
11570 "setParameter": {}, 11571 "setParameter": {},
11571 "transformToDocument": {}, 11572 "transformToDocument": {},
11572 "transformToFragment": {} 11573 "transformToFragment": {}
11573 }, 11574 },
11574 "support_level": "nonstandard" 11575 "support_level": "nonstandard"
11575 } 11576 }
11576 } 11577 }
OLDNEW
« no previous file with comments | « tests/html/html.status ('k') | tools/dom/scripts/dartmetadata.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698