https://bugzilla.wikimedia.org/show_bug.cgi?id=55582
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|<bdo> is accepted in |<bdo>, <q> and other |wikitext, but its "dir" |elements are accepted in |attribute is not |wikitext, but their | |attributes are not --- Comment #2 from [email protected] --- There is more weird stuff happening. I hope the following is complete: * <bdo> accepts no attributes; should accept $common * <br> accepts just "id", "class", "title", "style" and "clear"; should accept $common and "clear" (not allowing some of these is an ancient HTML 4 restriction) * <q> accepts no attributes; should accept $common and "cite" * <span> accepts $block; should accept just $common (the difference is <span align="...">, which was never legal and doesn't work) * <wbr> accepts just "id", "class", "title" and "style"; should accept $common (restriction was apparently copied from <br>) -- 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
