- From: <bugzilla@jessica.w3.org>
- Date: Thu, 26 Sep 2013 16:31:15 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23368 Leif Halvard Silli <xn--mlform-iua@xn--mlform-iua.no> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xn--mlform-iua@xn--mlform-i | |ua.no --- Comment #1 from Leif Halvard Silli <xn--mlform-iua@xn--mlform-iua.no> --- One, perhaps negative, issue to consider: For <svg xmlns:xlink="http://www.w3.org/1999/xlink">, then one can use the following CSS selector to select the element - in both HTML and in XHTML: [*|xlink]{ … } But for <html xmlns:xlink="http://www.w3.org/1999/xlink">, one would have to use one selector for HTML, and another selector for XHTML: [xlink], /* for HTML */ [*|xlink]{ … } /* for XML */ -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Thursday, 26 September 2013 16:31:21 UTC