Closed
Bug 475817
Opened 16 years ago
Closed 4 years ago
Better documentation needed for syntax of Mozilla CSS extensions using properties
Categories
(Developer Documentation Graveyard :: Mozilla Platform, defect, P5)
Developer Documentation Graveyard
Mozilla Platform
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: benjamin.lerner, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5
Build Identifier:
A documentation & parsing question: which is the correct syntax?
a) treechildren::-moz-tree-line(selected focus) <<-- sans comma
b) treechildren::-moz-tree-line(selected, focus) <<-- with comma
It appears that
(a) is correct according to the W3C spec and is accepted by Firefox,
(b) is properly rejected by Firefox when I try it,
(a) is recommended by https://developer.mozilla.org/en/CSS/:-moz-tree-row
(b) is recommended by http://www.xulplanet.com/tutorials/xultu/treestyle.html (linked to from the previous link),
(b) is used by e.g. AdBlock Plus.
This documentation could be improved for most of the Mozilla CSS extensions content at https://developer.mozilla.org/en/CSS_Reference/Mozilla_Extensions
Reproducible: Always
Assignee | ||
Updated•12 years ago
|
Component: Documentation Requests → Documentation
Updated•12 years ago
|
Component: Documentation → General
Product: Mozilla Developer Network → Developer Documentation
Updated•12 years ago
|
Assignee: nobody → jypenator
Component: General → CSS
OS: Windows XP → All
Hardware: x86 → All
Whiteboard: u=webdev p=0
Updated•12 years ago
|
Whiteboard: u=webdev p=0 → u=webdev p=0 c=CSS
Updated•7 years ago
|
Assignee: jypenator → nobody
Component: CSS → Mozilla Platform
Whiteboard: u=webdev p=0 c=CSS
Comment 1•5 years ago
|
||
The MDN team is no longer actively working on Mozilla Platform docs. Volunteer contributions are welcome.
Priority: -- → P5
Comment 2•4 years ago
|
||
MDN Web Docs' bug reporting has now moved to GitHub. From now on, please file content bugs at https://github.com/mdn/sprints/issues/ and platform bugs at https://github.com/mdn/kuma/issues/.
Status: UNCONFIRMED → RESOLVED
Closed: 4 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•