Re: [w3c/webcomponents] Custom attribute names conflicting with built-in attribute names (#654)

@annevk https://validator.w3.org says this is valid:

```html
<!DOCTYPE html>
<html>
  <head>
    <title>test</title>
  </head>
  <body>
    <x-element country="au"></x-element>
  </body>
</html>
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/654#issuecomment-320882753

Received on Tuesday, 8 August 2017 08:05:47 UTC