|
Sync HTML element interfaces S-V with the spec
Switch to linking to #the-foo-element instead of #htmlfooelement, as
it gives good extra clues in cases like HTMLTableCaptionElement and
HTMLTableCellElement. It also doesn't skip past constructors, etc.
At the same time also move Event.path out of the non-standard section,
as it's in the Shadow DOM spec (below HTMLShadowElement).
Also give HTMLInputElement.autocapitalize its own section.
There are no changes to the generated code other than order.
BUG= 460722
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=192327
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+175 lines, -69 lines) |
Patch |
|
M |
Source/core/events/Event.idl
|
View
|
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLInputElement.idl
|
View
|
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLScriptElement.idl
|
View
|
|
1 chunk |
+17 lines, -5 lines |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLSelectElement.idl
|
View
|
|
1 chunk |
+12 lines, -8 lines |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLShadowElement.idl
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLSourceElement.idl
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLSpanElement.idl
|
View
|
|
1 chunk |
+3 lines, -4 lines |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLStyleElement.idl
|
View
|
|
1 chunk |
+7 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLTableCaptionElement.idl
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLTableCellElement.idl
|
View
|
|
1 chunk |
+23 lines, -8 lines |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLTableColElement.idl
|
View
|
1
|
1 chunk |
+8 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLTableElement.idl
|
View
|
|
1 chunk |
+25 lines, -20 lines |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLTableRowElement.idl
|
View
|
|
1 chunk |
+10 lines, -3 lines |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLTableSectionElement.idl
|
View
|
|
1 chunk |
+11 lines, -3 lines |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLTemplateElement.idl
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLTextAreaElement.idl
|
View
|
|
3 chunks |
+18 lines, -8 lines |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLTitleElement.idl
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLTrackElement.idl
|
View
|
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLUListElement.idl
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLUnknownElement.idl
|
View
|
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLVideoElement.idl
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
Total messages: 13 (5 generated)
|