[svgwg] Typo `referrerPolicy` content attribute type definition (#712)

takenspc has just created a new issue for https://github.com/w3c/svgwg:

== Typo `referrerPolicy` content attribute type definition ==
In SVG 2 specification, referrerpolicy content attribute (not idl attribute) at [`a` element definition](https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-a-element) is all lower case (matches [HTML Standard](https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-a-element)).

> ‘referrerpolicy’

However, it is camel case at [description of refererpolicy content attribute](https://www.w3.org/TR/SVG/linking.html#AElementReferrerpolicyAttribute) .

>| Name | Value | Initial value | Animatable |
> | ---- | ---- | ---- | ---- |
> | referrerPolicy | A referrer policy string \[REFERRERPOLICY\] | (none) | no |

I think all lower case (referrerpolicy) is correct.

Please view or discuss this issue at https://github.com/w3c/svgwg/issues/712 using your GitHub account

Received on Sunday, 7 July 2019 06:11:12 UTC