Closed
Bug 100020
Opened 24 years ago
Closed 24 years ago
No "wrap" in text area advanced properties attribute list
Categories
(SeaMonkey :: Composer, defect)
SeaMonkey
Composer
Tracking
(Not tracked)
VERIFIED
INVALID
mozilla0.9.5
People
(Reporter: neil, Assigned: cmanske)
References
Details
(Keywords: polish)
Attachments
(1 file)
651 bytes,
patch
|
Details | Diff | Splinter Review |
Using Build ID: 2001091403
Steps to reproduce problem:
1. Insert/HTML <textarea></textarea>
2. Open advanced properties
3. Drop down the attribute list
Expected results: list contains "wrap"
Actual results: list does not contain "wrap"
Reporter | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
-->cmanske
Assignee: syd → cmanske
OS: Windows 95 → All
Hardware: PC → All
Target Milestone: --- → mozilla0.9.5
Assignee | ||
Comment 3•24 years ago
|
||
But "wrap" isn't a W3C-approved attribute in the HTML 4.0 DTD.
We've only been including attributes in this DTD -- there's JS events that are
also commonly used, but not in DTD as well.
I'm not sure we should do this. Note that the menulist is editable, so user is
allowed to enter "wrap" manually.
![]() |
||
Comment 4•24 years ago
|
||
Once the composer is css-ized, this should not be an issue, no? At that point
there will be no reason to use the wrap attribute....
Comment 5•24 years ago
|
||
I am going to mark this bug as invalid. We don't intend to do support wrap in
this way in advanced edit dialog.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•