This commit is contained in:
Matthew Griffith 2019-07-02 21:52:05 -04:00
parent 5b6647b443
commit a28ef3bef4

View File

@ -20,7 +20,7 @@ We want all of our input elements to:
While these three goals may seem pretty obvious, Html and CSS have made it surprisingly difficult to achieve!
And incredibly difficult for develoeprs to remember all the tricks necessary to make things work. If you've every tried to make a `<textarea>` be the height of it's content or restyle a radio button while maintaining accessibility, you may be familiar!
And incredibly difficult for developers to remember all the tricks necessary to make things work. If you've every tried to make a `<textarea>` be the height of it's content or restyle a radio button while maintaining accessibility, you may be familiar!
This module is intended to be accessible by default. You shouldn't have to wade through docs, articles, and books to find out [exactly how accessible your html actually is](https://www.powermapper.com/tests/screen-readers/aria/index.html).
@ -889,8 +889,6 @@ textHelper textInput attrs textOptions =
Internal.asEl
Internal.div
([ Element.width Element.fill
-- , Element.height (Element.px 100)
, Element.scrollbarY
, Internal.htmlClass classes.focusedWithin
]