Closed Bug 691306 Opened 13 years ago Closed 13 years ago

Style Inspector MDN help links fail to lead to MDN articles for some properties

Categories

(DevTools :: General, defect, P2)

x86
All
defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: miker, Assigned: miker)

References

Details

(Whiteboard: [styleinspector])

The following CSS properties are not listed under https://developer.mozilla.org/en/CSS/property-name. This is because they are listed as SVG attributes at https://developer.mozilla.org/en/SVG/Attribute/property-name instead. The style inspector should point at the correct address.

color-interpolation
color-interpolation-filters
dominant-baseline
fill
fill-opacity
fill-rule
flood-color
flood-opacity
lighting-color
marker-end
marker-mid
marker-start
shape-rendering
stop-color
stop-opacity
stroke
stroke-dasharray
stroke-dashoffset
stroke-linecap
stroke-linejoin
stroke-miterlimit
stroke-opacity
stroke-width
text-anchor

The following properties would work if we strip the -moz- prefix:

-moz-animation-delay
-moz-animation-direction
-moz-animation-duration
-moz-animation-fill-mode
-moz-animation-iteration-count
-moz-animation-name
-moz-animation-play-state
-moz-animation-timing-function
-moz-hyphens
-moz-orient

The following are just missing:

-moz-backface-visibility
-moz-perspective
-moz-perspective-origin
-moz-transform-style

The linking system in the style inspector should deal with these special cases as appropriate.
Whiteboard: [styleinspector]
Assignee: nobody → mratcliffe
Seems like the SVG attribute pages have gone missing ... logged bug 697714
Blocks: 697714
We're doing developer tool prioritization, filter on 'brontozaur'
to ignore the spam.
Priority: -- → P2
For these cases:
> The following properties would work if we strip the -moz- prefix:

Isn't the problem that there is no redirection between the -moz-animation-* variant and the animation-* ones? (Most of the other -moz-* properties are either proper articles or redirections to the unprefixed article)

If so, the easiest would be to add the missing redirections.

For the four missing properties, they are planned to be documented (unprefixed) with the rest of 3D transforms in the very near future (hopefully next week).
No longer blocks: 697714
Depends on: 697714
All of the -moz pages now redirect correctly.

The following articles lead to an appropriate page (https://developer.mozilla.org/en/SVG/Attribute/attribute-name):
stroke
stroke-dasharray
stroke-linecap
stroke-linejoin
stroke-opacity
stroke-width
text-anchor

Which means that we need at least empty pages for the following (https://developer.mozilla.org/en/SVG/Attribute/attribute-name):
color-interpolation
color-interpolation-filters
dominant-baseline
fill-opacity
fill-rule
flood-color
flood-opacity
lighting-color
marker-end
marker-mid
marker-start
shape-rendering
stop-color
stop-opacity
stroke-dashoffset
stroke-miterlimit
All fixed in MDN
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.