accessible-html icon indicating copy to clipboard operation
accessible-html copied to clipboard

view helpers enforcing accessible practices

Results 5 accessible-html issues
Sort by recently updated
recently updated
newest added

This PR implements the variants discussed in #20 in [comment #1138738396](https://github.com/tesk9/accessible-html/pull/20#issuecomment-1138738396). I also removed unused functions found by `elm-review` and formatted the files thereafter. This PR should also close #20...

Implement new input types with compliant validations in place and test coverage for simple happy path and fallback cases. Implementing inputs as per [MDN specs](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input). - [x] Color - [x]...

Hello! This PR follows an example of `img`. With this change anchor tags require the href attribute to be specified. I think it doesn't make sense to have something like`stuff`....

For instance: `tab : { id : String, controls : String, selected : Bool } -> List (Html.Attribute msg) -> List (Html msg)`