Closed
Bug 649119
Opened 14 years ago
Closed 14 years ago
remove parsing and storage of CSS 2.0 aural style sheet properties
Categories
(Core :: CSS Parsing and Computation, defect, P4)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla6
People
(Reporter: dbaron, Assigned: dbaron)
References
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
(deleted),
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
We currently parse and store the CSS 2.0 aural style sheet properties. We've never computed the values, though (bug 47159), which means they're not useful for anything. The support we have is also way off from the current approach to aural CSS at http://dev.w3.org/csswg/css3-speech/ .
This code is getting in the way of cleaning up nsComputedDOMStyle (bug 264517), because I'd like to be able to assume that we have computed style implementations for all properties we support.
Assignee | ||
Comment 1•14 years ago
|
||
Attachment #525181 -
Flags: review?(bzbarsky)
Comment 2•14 years ago
|
||
Comment on attachment 525181 [details] [diff] [review]
patch
r=me
Attachment #525181 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 3•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Priority: -- → P4
Resolution: --- → FIXED
Target Milestone: --- → mozilla6
Comment 4•14 years ago
|
||
I've added the dev-doc-needed flag as there was some documentation about this in the MDC.
See (non exhaustive list):
https://developer.mozilla.org/en/CSS/azimuth
https://developer.mozilla.org/en/CSS/Aural
https://developer.mozilla.org/fr/CSS/azimuth
I think Aural should be replaced by a text saying it is deprecated and the pages for azimuth should be simply atomized.
We'll see what Sheppy thinks about this.
Keywords: dev-doc-needed
Comment 5•14 years ago
|
||
Here's what I've done:
https://developer.mozilla.org/en/CSS/azimuth
Updated with a compatibility table that explains the state of support in Firefox; also added a note that the page needs updating, and tagged it as such as well.
Also added a note to Firefox 6 for developers.
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•