[Bug 53505] Plans for handling of auto-numbered external links?

2013-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53505 --- Comment #3 from Gabriel Wicke --- With a href set this actually works as expected in FF and Chrome: body { counter-reset: numberedlink; } a[typeof~="mw:ExtLink"]:empty:after { content: "[" counter(numberedlink) "]"; counter-i

[Bug 53505] Plans for handling of auto-numbered external links?

2013-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53505 --- Comment #2 from Gabriel Wicke --- See http://www.w3.org/TR/css3-content/ for the relevant spec. -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing

[Bug 53505] Plans for handling of auto-numbered external links?

2013-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53505 --- Comment #1 from Gabriel Wicke --- Maybe this could even be handled in CSS, somewhat like this example: body { color: red; counter-reset: numberedlink; } a[typeof~="mw:ExtLink"]:empty:before { content: "[" counter(numberedlink

[Bug 53505] Plans for handling of auto-numbered external links?

2013-08-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53505 Gabriel Wicke changed: What|Removed |Added CC||jforres...@wikimedia.org,