Update WebIDL.py to 4166cae81546

4166cae815

Pulls in changes from https://bugzilla.mozilla.org/show_bug.cgi?id=1359269
This commit is contained in:
Manish Goregaokar
2019-03-02 11:48:31 +05:30
parent 5fa80a8be0
commit 7b48df53a1
21 changed files with 917 additions and 621 deletions

View File

@@ -40,6 +40,6 @@ partial interface HTMLTableCellElement {
// [CEReactions]
// attribute DOMString vAlign;
[CEReactions, TreatNullAs=EmptyString]
attribute DOMString bgColor;
[CEReactions]
attribute [TreatNullAs=EmptyString] DOMString bgColor;
};