Last modified: 2010-05-15 14:36:17 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T6579, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 4579 - Cite.php should generate ID values that can be styled with the CSS 2 attribute selectors
Cite.php should generate ID values that can be styled with the CSS 2 attribut...
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
Cite (Other open bugs)
unspecified
All All
: Normal trivial with 1 vote (vote)
: ---
Assigned To: Nobody - You can work on this!
http://www.w3.org/TR/CSS21/selector.h...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-01-12 15:12 UTC by Ævar Arnfjörð Bjarmason
Modified: 2010-05-15 14:36 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Ævar Arnfjörð Bjarmason 2006-01-12 15:12:49 UTC
Cite.php should generate ID values that can be styled with the CSS 2 attribute
selectors i.e.

id="_ref-$1" and id="_note-$1"

instead of

id="_ref_$1" and  id="_note_$1"

One could then apply a style to all elements that use _ref and _note using:

sup[id|="_ref"] { . . . }

and

li[id|="_note"] { . . . }
Comment 1 Ævar Arnfjörð Bjarmason 2006-01-12 15:14:58 UTC
FIXED in CVS HEAD

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links