https://bugzilla.wikimedia.org/show_bug.cgi?id=52793

       Web browser: ---
            Bug ID: 52793
           Summary: <REF> tags after wikilinks or punctuation should act
                    as a word break for link underlining
           Product: MediaWiki
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Parser
          Assignee: [email protected]
          Reporter: [email protected]
    Classification: Unclassified
   Mobile Platform: ---

When link underlining is active, these syntaxes:

   ...as described in the journal ''[[Science]]''<ref>CITE</ref> on.....
   ...happened in [[Jamaica]]<ref>CITE</ref> and [[Bermuda]]<ref>.....

extends the underline to the REF tag, but they shouldn't (CITEs aren't
otherwise underlined so it's inconsistent). 


In other words references after wikilinks are currently rendered like this:
  text text <u>WIKILINK[CITE]</u>
  text text <u>''WIKILINK''[CITE]</u>

but should render like this:
  text text <u>WIKILINK</u>[CITE]
  text text <u>''WIKILINK''</u>[CITE]

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to