Closed
Bug 54262
Opened 25 years ago
Closed 25 years ago
Cannot insert image in the background of a table
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
VERIFIED
INVALID
People
(Reporter: nasiruddin.shaikh, Assigned: rubydoo123)
Details
Build id: 2000090720
Platform : solaris2.8(intel)
No option provided in composer to insert image in the background of a table as
in netscape4.x.
| Assignee | ||
Comment 1•25 years ago
|
||
adding images via attribute is not valid html, the option was removed to
discourage invlaid html. the allowable values for background is either color
name or color value. Per the HTML 4.01 Transitional DTD, the allowable
attributes for table are:
<!ATTLIST TABLE -- table element --
%attrs; -- %coreattrs, %i18n, %events --
summary %Text; #IMPLIED -- purpose/structure for speech output--
width %Length; #IMPLIED -- table width --
border %Pixels; #IMPLIED -- controls frame width around table --
frame %TFrame; #IMPLIED -- which parts of frame to render --
rules %TRules; #IMPLIED -- rulings between rows and cols --
cellspacing %Length; #IMPLIED -- spacing between cells --
cellpadding %Length; #IMPLIED -- spacing within cells --
align %TAlign; #IMPLIED -- table position relative to window --
bgcolor %Color; #IMPLIED -- background color for cells --
%reserved; -- reserved for possible future use --
datapagesize CDATA #IMPLIED -- reserved for possible future use --
>
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•