Closed
Bug 660663
Opened 14 years ago
Closed 14 years ago
Make element.dir a real enumerated attribute
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
VERIFIED
FIXED
mozilla7
People
(Reporter: Ms2ger, Assigned: Ms2ger)
References
()
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
2.49 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
It currently hand-rolls similar code.
Attachment #536107 -
Flags: review?(bzbarsky)
![]() |
||
Comment 1•14 years ago
|
||
Comment on attachment 536107 [details] [diff] [review]
Patch v1
r=me
Attachment #536107 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 2•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Keywords: dev-doc-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla7
Comment 3•14 years ago
|
||
I'm not sure what needs documenting here; this looks like it's a strictly internal tweak that doesn't really affect anyone. What am I missing?
Comment 4•14 years ago
|
||
Documentation updated after talking to Ms2ger for a bit in IRC:
https://developer.mozilla.org/en/DOM/element.dir
Also mentioned on Firefox 7 for developers.
Keywords: dev-doc-needed → dev-doc-complete
Comment 5•14 years ago
|
||
content/html/content/test/test_bug660663.html passed on:
Mozilla/5.0 (Windows NT 6.1; rv:7.0) Gecko/20100101 Firefox/7.0
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:7.0) Gecko/20100101 Firefox/7.0
Mozilla/5.0 (X11; Linux i686; rv:7.0) Gecko/20100101 Firefox/7.0
Mozilla/5.0 (Windows NT 5.1; rv:7.0) Gecko/20100101 Firefox/7.0
+ Aurora (Fx 8.0a2) & Nightly (Fx 9.0a1).
Test Results:
Passed: 31
Failed: 0
Todo: 4
todo | auto should be accepted as a valid value for dir - got "", expected "auto"
todo | Enumerated attributes should be case-insensitive. - got "", expected "auto"
todo | auto should be accepted as a valid value for dir - got "", expected "auto"
todo | Enumerated attributes should be case-insensitive. - got "", expected "auto"
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•