The name
, scrolling
, and src
IDL attributes of the frame
element must
@@ -113472,11 +113472,11 @@ interface HTMLFrameElement : HTMLElement {
partial interface HTMLBodyElement { - [CEReactions, TreatNullAs=EmptyString] attribute DOMString text; - [CEReactions, TreatNullAs=EmptyString] attribute DOMString link; - [CEReactions, TreatNullAs=EmptyString] attribute DOMString vLink; - [CEReactions, TreatNullAs=EmptyString] attribute DOMString aLink; - [CEReactions, TreatNullAs=EmptyString] attribute DOMString bgColor; + [CEReactions] attribute [TreatNullAs=EmptyString] DOMString text; + [CEReactions] attribute [TreatNullAs=EmptyString] DOMString link; + [CEReactions] attribute [TreatNullAs=EmptyString] DOMString vLink; + [CEReactions] attribute [TreatNullAs=EmptyString] DOMString aLink; + [CEReactions] attribute [TreatNullAs=EmptyString] DOMString bgColor; [CEReactions] attribute DOMString background; };@@ -113599,7 +113599,7 @@ interface HTMLDirectoryElement : HTMLElement {
[HTMLConstructor] interface HTMLFontElement : HTMLElement { - [CEReactions, TreatNullAs=EmptyString] attribute DOMString color; + [CEReactions] attribute [TreatNullAs=EmptyString] DOMString color; [CEReactions] attribute DOMString face; [CEReactions] attribute DOMString size; };@@ -113660,8 +113660,8 @@ interface HTMLFontElement : HTMLElement { [CEReactions] attribute DOMString frameBorder; [CEReactions] attribute USVString longDesc; - [CEReactions, TreatNullAs=EmptyString] attribute DOMString marginHeight; - [CEReactions, TreatNullAs=EmptyString] attribute DOMString marginWidth; + [CEReactions] attribute [TreatNullAs=EmptyString] DOMString marginHeight; + [CEReactions] attribute [TreatNullAs=EmptyString] DOMString marginWidth; };
The align
and scrolling
IDL attributes of the
@@ -113695,7 +113695,7 @@ interface HTMLFontElement : HTMLElement {
[CEReactions] attribute unsigned long vspace;
[CEReactions] attribute USVString longDesc;
- [CEReactions, TreatNullAs=EmptyString] attribute DOMString border;
+ [CEReactions] attribute [TreatNullAs=EmptyString] DOMString border;
};
The name
, align
, border
, hspace
, and vspace
IDL attributes of the img
element
@@ -113822,7 +113822,7 @@ interface HTMLFontElement : HTMLElement {
[CEReactions] attribute DOMString codeBase;
[CEReactions] attribute DOMString codeType;
- [CEReactions, TreatNullAs=EmptyString] attribute DOMString border;
+ [CEReactions] attribute [TreatNullAs=EmptyString] DOMString border;
};
The align
, archive
, border
, code
, declare
, hspace
, standby
, and vspace
IDL attributes of the object
@@ -113909,9 +113909,9 @@ interface HTMLFontElement : HTMLElement {
[CEReactions] attribute DOMString summary;
[CEReactions] attribute DOMString width;
- [CEReactions, TreatNullAs=EmptyString] attribute DOMString bgColor;
- [CEReactions, TreatNullAs=EmptyString] attribute DOMString cellPadding;
- [CEReactions, TreatNullAs=EmptyString] attribute DOMString cellSpacing;
+ [CEReactions] attribute [TreatNullAs=EmptyString] DOMString bgColor;
+ [CEReactions] attribute [TreatNullAs=EmptyString] DOMString cellPadding;
+ [CEReactions] attribute [TreatNullAs=EmptyString] DOMString cellSpacing;
};
The align
, border
, frame
, summary
, rules
, and width
, IDL attributes of the table
element
@@ -113967,7 +113967,7 @@ interface HTMLFontElement : HTMLElement {
[CEReactions] attribute boolean noWrap;
[CEReactions] attribute DOMString vAlign;
- [CEReactions, TreatNullAs=EmptyString] attribute DOMString bgColor;
+ [CEReactions] attribute [TreatNullAs=EmptyString] DOMString bgColor;
};
The align
, axis
, height
, and width
IDL attributes of the td
and
@@ -114002,7 +114002,7 @@ interface HTMLFontElement : HTMLElement {
[CEReactions] attribute DOMString chOff;
[CEReactions] attribute DOMString vAlign;
- [CEReactions, TreatNullAs=EmptyString] attribute DOMString bgColor;
+ [CEReactions] attribute [TreatNullAs=EmptyString] DOMString bgColor;
};
The align
IDL attribute of the tr
@@ -114043,11 +114043,11 @@ interface HTMLFontElement : HTMLElement {
partial interface Document { - [CEReactions, TreatNullAs=EmptyString] attribute DOMString fgColor; - [CEReactions, TreatNullAs=EmptyString] attribute DOMString linkColor; - [CEReactions, TreatNullAs=EmptyString] attribute DOMString vlinkColor; - [CEReactions, TreatNullAs=EmptyString] attribute DOMString alinkColor; - [CEReactions, TreatNullAs=EmptyString] attribute DOMString bgColor; + [CEReactions] attribute [TreatNullAs=EmptyString] DOMString fgColor; + [CEReactions] attribute [TreatNullAs=EmptyString] DOMString linkColor; + [CEReactions] attribute [TreatNullAs=EmptyString] DOMString vlinkColor; + [CEReactions] attribute [TreatNullAs=EmptyString] DOMString alinkColor; + [CEReactions] attribute [TreatNullAs=EmptyString] DOMString bgColor; [SameObject] readonly attribute HTMLCollection anchors; [SameObject] readonly attribute HTMLCollection applets;