-
```
The newest browsers all support a relatively large chunk of HTML5 spec. We
should update all the templating to do HTML5.
The biggest change would be on the forms.
```
Original issue reported o…
-
You indicate `label` without `[for]` attribute as invalid at https://github.com/redroot/holmes/blob/master/holmes.css#L89.
HTML4 spec (http://www.w3.org/TR/html401/interact/forms.html#h-17.9.1):
> W…
-
https://developer.mozilla.org/en-US/docs/Web/API/Element/hasAttribute
http://www.wufoo.com/html5/attributes/02-autofocus.html
http://diveintohtml5.info/forms.html#autofocus
https://facebook.github.io/…
-
Hey, thanks for a great plugin!
It works great when I work in Ruby, but when I use the HTML5 package for SublimeText only a fraction of the snippets show up in Sniptastic. Maybe it has to do with the…
-
The most minimal HTML5 document has the following form:
```
Foo
```
And the `body` element is optional. Something that a number of people take advantage of (e.g. https://bl.ocks.org/mbostock…
-
### Description (screenshots, logs, ...)
According to the HTML5 spec, a `` cannot be wrapped with a ``.
https://github.com/barrelstrength/craft-sprout-forms/blob/v3/src/templates/_components/for…
-
Error message:
_`.form-control` cannot be used on non-textual ``s, such as those whose `type` is: `file`, `checkbox`, `radio`, `range`, `button`_
https://www.w3.org/TR/html5/forms.html#the-input-elem…
-
Implement all elements and their specific attributes of the [Forms](https://www.w3.org/TR/html5/forms.html#forms) section of the HTML5 spec.
- [x] [form](https://www.w3.org/TR/html5/forms.html#the-…
-
As of this writing (currently: Django 2.0.4), while rendering forms with Django, the file https://github.com/django/django/blob/2.0.4/django/forms/templates/django/forms/widgets/input.html is used. It…
-
When I press "submit" button, I get such errors in the browser console when using html5 forms shim.
This happens because webshim hides fields, than have `required` attribute and Chrome tells that it c…