Closed
Bug 1283051
Opened 9 years ago
Closed 9 years ago
Replace remaining {{xref_css*}} occurances by {{cssxref(*)}}
Categories
(Developer Documentation Graveyard :: Macros/Templates, enhancement)
Developer Documentation Graveyard
Macros/Templates
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sebo, Assigned: sebo)
References
Details
Due to bug 1280223 there a bunch of occurances of {{xref_css*}} macros of bug 1242932, bug 1242931, bug 1242935 and bug 1242940 got overlooked.
Those are:
{{xref_cssimage}} (currently 18 left):
https://developer.mozilla.org/en-US/search?locale=*&kumascript_macros=xref_cssimage&topic=all
Needs to be replaced by {{cssxref("<image>"}} (see bug 1242932)
{{xref_cssgradient}} (currently 26 left):
https://developer.mozilla.org/en-US/search?locale=*&kumascript_macros=xref_cssgradient&topic=all
Needs to be replaced by {{cssxref("<gradient>"}} (see bug 1242931)
{{xref_csslength}} (currently 97 left):
https://developer.mozilla.org/en-US/search?locale=*&kumascript_macros=xref_csslength&topic=all
Needs to be replaced by {{cssxref("<length>"}} (see bug 1242935)
{{xref_csspercentage}} (currently 42 left):
https://developer.mozilla.org/en-US/search?locale=*&kumascript_macros=xref_csspercentage&topic=all
Needs to be replaced by {{cssxref("<percentage>"}} (see bug 1242940)
Sebastian
[1] https://developer.mozilla.org/en-US/search?locale=*&kumascript_macros=xref_cssinteger&topic=all
| Assignee | ||
Comment 1•9 years ago
|
||
> {{xref_cssimage}} (currently 18 left):
> https://developer.mozilla.org/en-US/search?locale=*&kumascript_macros=xref_cssimage&topic=all
> Needs to be replaced by {{cssxref("<image>"}} (see bug 1242932)
I've fixed those pages already.
Made a syntax error in the macros. Of course it should have been {{cssxref("<image>")}}, {{cssxref("<gradient>")}}, {{cssxref("<length>")}} and {{cssxref("<percentage>")}}.
Sebastian
| Assignee | ||
Comment 2•9 years ago
|
||
(In reply to Sebastian Zartner [:sebo] from comment #0)
> {{xref_cssgradient}} (currently 26 left):
> https://developer.mozilla.org/en-US/search?locale=*&kumascript_macros=xref_cssgradient&topic=all
> Needs to be replaced by {{cssxref("<gradient>"}} (see bug 1242931)
Done. Two bigger items left.
Sebastian
| Assignee | ||
Comment 3•9 years ago
|
||
(In reply to Sebastian Zartner [:sebo] from comment #0)
> {{xref_csslength}} (currently 97 left):
> https://developer.mozilla.org/en-US/
> search?locale=*&kumascript_macros=xref_csslength&topic=all
> Needs to be replaced by {{cssxref("<length>"}} (see bug 1242935)
Done.
Sebastian
| Assignee | ||
Comment 4•9 years ago
|
||
(In reply to Sebastian Zartner [:sebo] from comment #0)
> {{xref_csspercentage}} (currently 42 left):
> https://developer.mozilla.org/en-US/
> search?locale=*&kumascript_macros=xref_csspercentage&topic=all
> Needs to be replaced by {{cssxref("<percentage>"}} (see bug 1242940)
And the last one is done, too, so I can close this bug.
Sebastian
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•9 years ago
|
Blocks: 1213569
Summary: Replace remainig {{xref_css*}} occurances by {{cssxref(*)}} → Replace remaining {{xref_css*}} occurances by {{cssxref(*)}}
You need to log in
before you can comment on or make changes to this bug.
Description
•