mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Add CEReactions where needed
This commit is contained in:
parent
438191e0b2
commit
2460997ee1
100 changed files with 1025 additions and 979 deletions
|
@ -11,17 +11,17 @@ HTMLBodyElement implements WindowEventHandlers;
|
|||
|
||||
// https://html.spec.whatwg.org/multipage/#HTMLBodyElement-partial
|
||||
partial interface HTMLBodyElement {
|
||||
[TreatNullAs=EmptyString] attribute DOMString text;
|
||||
[CEReactions, TreatNullAs=EmptyString] attribute DOMString text;
|
||||
|
||||
// https://github.com/servo/servo/issues/8715
|
||||
//[TreatNullAs=EmptyString] attribute DOMString link;
|
||||
//[CEReactions, TreatNullAs=EmptyString] attribute DOMString link;
|
||||
|
||||
// https://github.com/servo/servo/issues/8716
|
||||
//[TreatNullAs=EmptyString] attribute DOMString vLink;
|
||||
//[CEReactions, TreatNullAs=EmptyString] attribute DOMString vLink;
|
||||
|
||||
// https://github.com/servo/servo/issues/8717
|
||||
//[TreatNullAs=EmptyString] attribute DOMString aLink;
|
||||
//[CEReactions, TreatNullAs=EmptyString] attribute DOMString aLink;
|
||||
|
||||
[TreatNullAs=EmptyString] attribute DOMString bgColor;
|
||||
attribute DOMString background;
|
||||
[CEReactions, TreatNullAs=EmptyString] attribute DOMString bgColor;
|
||||
[CEReactions] attribute DOMString background;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue