DescriptionSync the Element interface with the many specs
https://dom.spec.whatwg.org/#interface-element
and many other specs with partial Element interfaces.
Arguments named namespace were not renamed, as it is a C++ keyword.
No FIXMEs were added where the spec says [TreatNullAs=EmptyString] but
we use [TreatNullAs=NullString], as that's a general issue that can be
found simply be searching for "TreatNullAs=NullString".
Likewise, [NewObject] and [SameObject] were not added:
https://code.google.com/p/chromium/issues/detail?id=462913
The only changes to the generated code are due to renamed arguments.
BUG=460722
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=191079
Patch Set 1 #
Total comments: 1
Messages
Total messages: 7 (3 generated)
|