Confirmed users
146
edits
m (→required) |
|||
| Line 177: | Line 177: | ||
== New input types == | == New input types == | ||
=== <html:input type='number'> === | === <html:input type='number'> === | ||
* Implementation: [https://bugzilla.mozilla.org/show_bug.cgi?id=344616 bug 344616] | |||
We can probably adopt an interface similar to the recently checked in <xul:numberbox>, or even use it via CSS for an anonymous layout. | |||
It's not entirely clear how to make HTMLInputElement accept a custom binding for anonymous content (see [https://bugzilla.mozilla.org/show_bug.cgi?id=344615#c1 bug 344615 comment 1] for details). | |||
* Accessibility | * Accessibility | ||
=== <html:input type='uri'> === | === <html:input type='uri'> === | ||
* Accessibility | * Accessibility | ||