Closed
Bug 622632
Opened 14 years ago
Closed 14 years ago
XULProp marks up the links with the "id" attribute, breaking other links to the target property on a page
Categories
(developer.mozilla.org Graveyard :: Editing, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: asqueella, Unassigned)
Details
If you click on the link saying "disabled" at the top of https://developer.mozilla.org/en/XUL/preference, here:
Properties
defaultValue , **disabled** , hasUserValue
The browser changes URL to https://developer.mozilla.org/en/XUL/preference#p-disabled , which currently scrolls to:
"To get and set the value of this attribute from JavaScript code, better use the disabled property.",
where [disabled] is a link to a property page marked up with XULProp template <https://developer.mozilla.org/Template:XULProp>
https://developer.mozilla.org/en/XUL/preference#p-disabled should scroll to the *definition* of the property on the same page:
"disabled
Type: boolean
Gets and sets the value of the disabled attribute."
I don't see any reason for XULProp to spew an @id attribute.
Reporter | ||
Comment 1•14 years ago
|
||
I changed it: https://developer.mozilla.org/index.php?title=Template:XULProp&action=diff&revision=16&diff=17
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•13 years ago
|
Version: Deki → unspecified
Assignee | ||
Updated•13 years ago
|
Component: Docs Platform → Editing
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•