Re: [whatwg] Case-sensitivity of CSS type selectors in HTML

On 5/7/15 5:07 PM, Tab Atkins Jr. wrote:
> I believe the SVGWG is fine with a parsing-based approach, exactly
> like what HTML does.  An SVG element created with mixed casing, or
> imported from an XML document, might not match a lowercase tagname
> selector, but SVG written in HTML will.

Hmm.  The main problem here is for scripts that create SVG elements in 
an HTML document, since those have to use createElementNS and pass the 
mixed-case names (e.g. for foreignObject).

-Boris

Received on Thursday, 7 May 2015 21:10:21 UTC