Re: [XXE] RFE: Add level 1 validation of @lang and @xml:lang

2023-05-05 Thread Leif H Silli
2023-05-04 20:01 skreiv Leif H Silli: 2023-05-04 12:10 Hussein Shafie: On 5/4/23 00:04, Leif H Silli wrote: [ ... snip ...] What should be the consequences? I my view, it should be that, a) when someone works with a HTML document (as opposed to a XHTML document), adding xml:lang without

Re: [XXE] RFE: Add level 1 validation of @lang and @xml:lang

2023-05-05 Thread Leif H Silli
2023-05-04 12:10 Hussein Shafie: On 5/4/23 00:04, Leif H Silli wrote: SVG and HTML are very similar w.r.g. how the language property of an element is defined and works: 1) each have two language property attributes, a “native“    'lang' attribute plus the generic '[xml:lang]' attribute. 2) ea

Re: [XXE] RFE: Add level 1 validation of @lang and @xml:lang

2023-05-04 Thread Hussein Shafie
On 5/4/23 00:04, Leif H Silli wrote: SVG and HTML are very similar w.r.g. how the language property of an element is defined and works: 1) each have two language property attributes, a “native“    'lang' attribute plus the generic '6' attribute. 2) each permits 3) each forbids    (the atrib

[XXE] RFE: Add level 1 validation of @lang and @xml:lang

2023-05-04 Thread Leif H Silli
SVG and HTML are very similar w.r.g. how the language property of an element is defined and works: 1) each have two language property attributes, a “native“ 'lang' attribute plus the generic '6' attribute. 2) each permits 3) each forbids (the atributes must have the same content) 4) when