Closed Bug 651443 Opened 13 years ago Closed 13 years ago

Style Panel CSS properties are limited to hard coded values

Categories

(DevTools :: General, defect)

x86
All
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 591582

People

(Reporter: miker, Assigned: miker)

Details

Attachments

(1 file)

In the file csshtmltree.js we set up our style groups by assigning css properties to them:
e.g.

new StyleGroupView(this, "Borders", [
...
        "-moz-border-radius-topleft",
        "-moz-border-radius-topright",
        "-moz-border-radius-bottomright",
        "-moz-border-radius-bottomleft",
...
])

This means that any new properties added to Firefox will not be listed in the panel or, in the above case, if a standard property becomes supported it will be displayed as the non-standard property.
Assignee: nobody → mratcliffe
Status: NEW → ASSIGNED
The shorthand properties may need to be removed but maybe we can add a toggle checkbox.

A large amount of these properties can be found in /layout/style/test/property_database.js but others were gathered from CSS3 standards websites.
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: