[webkit-reviews] review granted: [Bug 173019] Update to slightly stricter rules for custom element names from more recent standard draft : [Attachment 312109] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 6 15:21:26 PDT 2017


Ryosuke Niwa <rniwa at webkit.org> has granted Darin Adler <darin at apple.com>'s
request for review:
Bug 173019: Update to slightly stricter rules for custom element names from
more recent standard draft
https://bugs.webkit.org/show_bug.cgi?id=173019

Attachment 312109: Patch

https://bugs.webkit.org/attachment.cgi?id=312109&action=review




--- Comment #6 from Ryosuke Niwa <rniwa at webkit.org> ---
Comment on attachment 312109
  --> https://bugs.webkit.org/attachment.cgi?id=312109
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=312109&action=review

> Source/WebCore/dom/Document.cpp:1065
> +// https://www.w3.org/TR/custom-elements/#valid-custom-element-name

Please use https://html.spec.whatwg.org/#valid-custom-element-name instead
since that's spec is obsolete.


More information about the webkit-reviews mailing list