Searched hist:"96 d5526dcd64bbbf0924c0505968d34ec0838359" (Results 1 – 1 of 1) sorted by relevance
| /dokuwiki/inc/ |
| H A D | template.php | 96d5526dcd64bbbf0924c0505968d34ec0838359 Wed Jul 26 13:43:02 UTC 2017 Michael Große <grosse@cosmocode.de> Create valid empty options
The HTML-spec[0] specifies:
> If the element has no label attribute and is not a child of a datalist element: Text that is not inter-element whitespace.
So a non-breaking space is valid solution.
[0] https://html.spec.whatwg.org/multipage/form-elements.html#the-option-element
|