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

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

Issue 14449003: Picture element initial implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@picture_after_rebase
Patch Set: Created 7 years, 8 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/HTMLSourceElement.cpp ('k') | Source/core/html/parser/HTMLPreloadScanner.h » ('j') | 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 h6 interfaceName=HTMLHeadingElement 61 h6 interfaceName=HTMLHeadingElement
62 head 62 head
63 header interfaceName=HTMLElement 63 header interfaceName=HTMLElement
64 hgroup interfaceName=HTMLElement 64 hgroup interfaceName=HTMLElement
65 hr interfaceName=HTMLHRElement 65 hr interfaceName=HTMLHRElement
66 html 66 html
67 i interfaceName=HTMLElement 67 i interfaceName=HTMLElement
68 iframe interfaceName=HTMLIFrameElement 68 iframe interfaceName=HTMLIFrameElement
69 image mapToTagName=img 69 image mapToTagName=img
70 img interfaceName=HTMLImageElement, constructorNeedsFormElement 70 img interfaceName=HTMLImageElement, constructorNeedsFormElement
71 picture interfaceName=HTMLPictureElement, conditional=PICTURE
71 input constructorNeedsFormElement, constructorNeedsCreatedByParser 72 input constructorNeedsFormElement, constructorNeedsCreatedByParser
72 ins interfaceName=HTMLModElement 73 ins interfaceName=HTMLModElement
73 isindex interfaceName=HTMLUnknownElement 74 isindex interfaceName=HTMLUnknownElement
74 kbd interfaceName=HTMLElement 75 kbd interfaceName=HTMLElement
75 keygen constructorNeedsFormElement 76 keygen constructorNeedsFormElement
76 label 77 label
77 layer interfaceName=HTMLElement 78 layer interfaceName=HTMLElement
78 legend 79 legend
79 li interfaceName=HTMLLIElement 80 li interfaceName=HTMLLIElement
80 link constructorNeedsCreatedByParser 81 link constructorNeedsCreatedByParser
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 tr interfaceName=HTMLTableRowElement 133 tr interfaceName=HTMLTableRowElement
133 track wrapperOnlyIfMediaIsAvailable 134 track wrapperOnlyIfMediaIsAvailable
134 tt interfaceName=HTMLElement 135 tt interfaceName=HTMLElement
135 u interfaceName=HTMLElement 136 u interfaceName=HTMLElement
136 ul interfaceName=HTMLUListElement 137 ul interfaceName=HTMLUListElement
137 var interfaceName=HTMLElement 138 var interfaceName=HTMLElement
138 video wrapperOnlyIfMediaIsAvailable, conditional=VIDEO, constructorNeedsCreatedB yParser 139 video wrapperOnlyIfMediaIsAvailable, conditional=VIDEO, constructorNeedsCreatedB yParser
139 wbr interfaceName=HTMLElement 140 wbr interfaceName=HTMLElement
140 xmp interfaceName=HTMLPreElement 141 xmp interfaceName=HTMLPreElement
141 noscript interfaceName=HTMLElement 142 noscript interfaceName=HTMLElement
OLDNEW
« no previous file with comments | « Source/core/html/HTMLSourceElement.cpp ('k') | Source/core/html/parser/HTMLPreloadScanner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698