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

Unified Diff: third_party/WebKit/Source/core/html/HTMLTagNames.in

Issue 2561043002: Clean-up after Form Association Refactoring (Closed)
Patch Set: Removed constructorNeedsFormElement from scripts and HTMLTagNames Created 4 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
Index: third_party/WebKit/Source/core/html/HTMLTagNames.in
diff --git a/third_party/WebKit/Source/core/html/HTMLTagNames.in b/third_party/WebKit/Source/core/html/HTMLTagNames.in
index 2f7f74117f5fc7c0f3d4509d2e6d49075354657c..e038facd31ed362aeed02e022f7fd929d88a85eb 100644
--- a/third_party/WebKit/Source/core/html/HTMLTagNames.in
+++ b/third_party/WebKit/Source/core/html/HTMLTagNames.in
@@ -23,7 +23,7 @@ big interfaceName=HTMLElement
blockquote interfaceName=HTMLQuoteElement
body
br interfaceName=HTMLBRElement
-button constructorNeedsFormElement
+button
canvas
caption interfaceName=HTMLTableCaptionElement
center interfaceName=HTMLElement
@@ -45,7 +45,7 @@ dl interfaceName=HTMLDListElement
dt interfaceName=HTMLElement
em interfaceName=HTMLElement
embed constructorNeedsCreatedByParser
-fieldset interfaceName=HTMLFieldSetElement, constructorNeedsFormElement
+fieldset interfaceName=HTMLFieldSetElement
figcaption interfaceName=HTMLElement
figure interfaceName=HTMLElement
font
@@ -67,11 +67,11 @@ html
i interfaceName=HTMLElement
iframe interfaceName=HTMLIFrameElement
image interfaceName=HTMLUnknownElement
-img interfaceName=HTMLImageElement, constructorNeedsFormElement, constructorNeedsCreatedByParser
-input constructorNeedsFormElement, constructorNeedsCreatedByParser
+img interfaceName=HTMLImageElement, constructorNeedsCreatedByParser
+input constructorNeedsCreatedByParser
ins interfaceName=HTMLModElement
kbd interfaceName=HTMLElement
-keygen constructorNeedsFormElement
+keygen
label
layer interfaceName=HTMLElement
legend
@@ -91,11 +91,11 @@ nobr interfaceName=HTMLElement
noembed interfaceName=HTMLNoEmbedElement, JSInterfaceName=HTMLElement
noframes interfaceName=HTMLElement
nolayer interfaceName=HTMLElement
-object constructorNeedsFormElement, constructorNeedsCreatedByParser
+object constructorNeedsCreatedByParser
ol interfaceName=HTMLOListElement
optgroup interfaceName=HTMLOptGroupElement
option
-output constructorNeedsFormElement
+output
shadow interfaceName=HTMLShadowElement
p interfaceName=HTMLParagraphElement
param
@@ -113,7 +113,7 @@ s interfaceName=HTMLElement
samp interfaceName=HTMLElement
script constructorNeedsCreatedByParser
section interfaceName=HTMLElement
-select constructorNeedsFormElement
+select
slot interfaceName=HTMLSlotElement
small interfaceName=HTMLElement
source
@@ -128,7 +128,7 @@ table
tbody interfaceName=HTMLTableSectionElement
td interfaceName=HTMLTableCellElement
template
-textarea interfaceName=HTMLTextAreaElement, constructorNeedsFormElement
+textarea interfaceName=HTMLTextAreaElement
tfoot interfaceName=HTMLTableSectionElement
th interfaceName=HTMLTableCellElement
thead interfaceName=HTMLTableSectionElement
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLSelectElement.cpp ('k') | third_party/WebKit/Source/core/html/HTMLTextAreaElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698