Shawn Thompson
Shawn Thompson
Could we use JSON for the components instead of a table in markdown?
Thanks for opening it up. Adding sub heading to the different components instead of `small` `Labelling Expectations` use `Labelling Expectations`
Hopefully this is the last issue I'm having to get my media server up with Traefik v2. It was working then it stopped. When I go to `https://trans.domain.com/` it goes...
I found a new issue (reason) not to have the `legend` `float: left`. If you look on the form validation page at the checkbox and radio sample, when you add...
Any objections to adding [font awesome](http://fontawesome.io/) to the base of WET? We have seen many sites adding it on their own. So I thought maybe we can just add it...
When validating the code after the JavaScript is initiated, the output gives you a `header` inside a `header`. This is found in the menu overlay. `aria-hidden="true">Search and menus`
The [Overlay - Working examples](https://wet-boew.github.io/wet-boew/demos/overlay/overlay-en.html) are using `role="button"` on the `` elements. ``` html Bottom bar ``` ## Semantic HTML We should be using native `` elements to action the...
All the links to the `https://w3c.github.io/personalization-semantics/` are broken and should be replaced with `https://w3c.github.io/adapt/`
Use `` instead of `role-"main"` and just `footer` instead of ``. Maybe even add a `` element to the menus?
Would it be possible to make this design pattern for buttons into a `ul` with `li` for each button.  There is the **toolbar** pattern but this groups buttons all...