Closed
Bug 687422
Opened 13 years ago
Closed 13 years ago
Remove isElementContentWhitespace
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla10
People
(Reporter: annevk, Assigned: Ms2ger)
References
Details
(Keywords: addon-compat, dev-doc-complete)
Attachments
(1 file)
2.10 KB,
patch
|
sicking
:
review+
|
Details | Diff | Splinter Review |
Text.isElementContentWhitespace is no longer part of the DOM standard.
Reporter | ||
Comment 1•13 years ago
|
||
WebKit does not support this attribute. I filed a bug on Opera for removing it there (along with replaceWholeText()).
Assignee | ||
Comment 2•13 years ago
|
||
Assignee | ||
Comment 3•13 years ago
|
||
Jonas?
Comment on attachment 560927 [details] [diff] [review]
Patch v1
Hrm.. this actually seemed like a useful function. It always feels silly to me when all browsers have to have state or functionality internally that isn't exposed to the webpage.
So I'd be in favor of keeping this in spec/implementations. But if people prefer to remove it then I won't stand in the way.
Attachment #560927 -
Flags: review?(jonas) → review+
Reporter | ||
Comment 5•13 years ago
|
||
The current name does not make any sense. I would be open to renaming it. E.g. Text.isWhiteSpace. I used an uppercase S for consistency with white-space in CSS.
I'd be fine with that.
Reporter | ||
Comment 7•13 years ago
|
||
I filed http://www.w3.org/Bugs/Public/show_bug.cgi?id=14443 on adding Text.isWhiteSpace to DOM4, but Simon rightly asks what the use case is and I have no idea.
Assignee | ||
Comment 8•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla10
Version: unspecified → Trunk
Assignee | ||
Updated•13 years ago
|
Keywords: addon-compat
Comment 9•13 years ago
|
||
I updated:
https://developer.mozilla.org/en/Firefox_10_for_developers
https://developer.mozilla.org/en/DOM/document.xmlEncoding
https://developer.mozilla.org/en/DOM/document
Keywords: dev-doc-needed → dev-doc-complete
Comment 10•13 years ago
|
||
Oops, wrong bug (sorry for the spam).
Keywords: dev-doc-complete → dev-doc-needed
Comment 11•13 years ago
|
||
This time, I updated:
https://developer.mozilla.org/en/Firefox_10_for_developer
https://developer.mozilla.org/En/DOM/Text.isElementContentWhitespace
https://developer.mozilla.org/En/DOM/Text
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•