https://bugzilla.wikimedia.org/show_bug.cgi?id=37901
--- Comment #6 from Gabriel Wicke <[email protected]> --- This can be implemented with a generated CSS file containing attribute selectors matching red link targets like this: a[href="./Foo"], a[href="./Bar"] { color: red } Alternatively a JSON file containing the redlink targets could be fetched and a redlink class set on each of them. CSS seems to be the more elegant solution without a need for JS and DOM changes though. In the longer term this is something we should implement for core too. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
