Closed
Bug 1192724
Opened 10 years ago
Closed 10 years ago
Make display of <var> tags italic
Categories
(developer.mozilla.org Graveyard :: Wiki pages, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: sebo, Unassigned)
References
Details
(Whiteboard: [specification][type:change])
What feature should be changed? Please provide the URL of the feature if possible.
==================================================================================
<var> tags should be displayed italic.
See https://developer.mozilla.org/en-US/docs/Web/API/Blob/type as an example.
What problems would this solve?
===============================
This would allow to replace the currently used <em> for variable parts within syntax definitions by the semantically correct <var>.
Who would use this?
===================
All readers.
What would users see?
=====================
Text enclosed by <var> being italic.
What would users do? What would happen as a result?
===================================================
The related parts can be identified as variable.
Is there anything else we should know?
======================================
| Reporter | ||
Updated•10 years ago
|
Component: General → Wiki pages
Comment 1•10 years ago
|
||
At least in a class=syntaxbox section (if it looks too bold to do it for the general case ;-) )
Comment 2•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/25f6891da22527fd6391f504c3fa9593e52a800c
Fix Bug 1192724 - Make <var> tags italic
https://github.com/mozilla/kuma/commit/a4a673644a8df2859ccc9970b2509b72dd71721b
Merge pull request #3395 from stephaniehobson/bug-1192724-var
Fix Bug 1192724 - Make <var> tags italic
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
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
•