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

Side by Side Diff: Source/core/html/HTMLTagNames.in

Issue 569993002: <label> should support form association by parser (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated Created 6 years, 3 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
« no previous file with comments | « Source/core/html/HTMLObjectElement.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 namespace="HTML" 1 namespace="HTML"
2 namespacePrefix="xhtml" 2 namespacePrefix="xhtml"
3 namespaceURI="http://www.w3.org/1999/xhtml" 3 namespaceURI="http://www.w3.org/1999/xhtml"
4 fallbackInterfaceName="HTMLUnknownElement" 4 fallbackInterfaceName="HTMLUnknownElement"
5 5
6 a interfaceName=HTMLAnchorElement 6 a interfaceName=HTMLAnchorElement
7 abbr interfaceName=HTMLElement 7 abbr interfaceName=HTMLElement
8 acronym interfaceName=HTMLElement 8 acronym interfaceName=HTMLElement
9 address interfaceName=HTMLElement 9 address interfaceName=HTMLElement
10 applet constructorNeedsCreatedByParser 10 applet constructorNeedsCreatedByParser
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 hr interfaceName=HTMLHRElement 64 hr interfaceName=HTMLHRElement
65 html 65 html
66 i interfaceName=HTMLElement 66 i interfaceName=HTMLElement
67 iframe interfaceName=HTMLIFrameElement 67 iframe interfaceName=HTMLIFrameElement
68 image interfaceName=HTMLUnknownElement 68 image interfaceName=HTMLUnknownElement
69 img interfaceName=HTMLImageElement, constructorNeedsFormElement, constructorNeed sCreatedByParser 69 img interfaceName=HTMLImageElement, constructorNeedsFormElement, constructorNeed sCreatedByParser
70 input constructorNeedsFormElement, constructorNeedsCreatedByParser 70 input constructorNeedsFormElement, constructorNeedsCreatedByParser
71 ins interfaceName=HTMLModElement 71 ins interfaceName=HTMLModElement
72 kbd interfaceName=HTMLElement 72 kbd interfaceName=HTMLElement
73 keygen constructorNeedsFormElement 73 keygen constructorNeedsFormElement
74 label 74 label constructorNeedsFormElement
75 layer interfaceName=HTMLElement 75 layer interfaceName=HTMLElement
76 legend 76 legend
77 li interfaceName=HTMLLIElement 77 li interfaceName=HTMLLIElement
78 link constructorNeedsCreatedByParser 78 link constructorNeedsCreatedByParser
79 listing interfaceName=HTMLPreElement 79 listing interfaceName=HTMLPreElement
80 main interfaceName=HTMLElement 80 main interfaceName=HTMLElement
81 map 81 map
82 mark interfaceName=HTMLElement 82 mark interfaceName=HTMLElement
83 marquee 83 marquee
84 menu 84 menu
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 tr interfaceName=HTMLTableRowElement 134 tr interfaceName=HTMLTableRowElement
135 track 135 track
136 tt interfaceName=HTMLElement 136 tt interfaceName=HTMLElement
137 u interfaceName=HTMLElement 137 u interfaceName=HTMLElement
138 ul interfaceName=HTMLUListElement 138 ul interfaceName=HTMLUListElement
139 var interfaceName=HTMLElement 139 var interfaceName=HTMLElement
140 video runtimeEnabled=media 140 video runtimeEnabled=media
141 wbr interfaceName=HTMLWBRElement, JSInterfaceName=HTMLElement 141 wbr interfaceName=HTMLWBRElement, JSInterfaceName=HTMLElement
142 xmp interfaceName=HTMLPreElement 142 xmp interfaceName=HTMLPreElement
143 noscript interfaceName=HTMLNoScriptElement, JSInterfaceName=HTMLElement 143 noscript interfaceName=HTMLNoScriptElement, JSInterfaceName=HTMLElement
OLDNEW
« no previous file with comments | « Source/core/html/HTMLObjectElement.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698