pixelfed/resources/views/layouts
Scott O'Hara 345d7eed2c
fix broken accessibility for search field
This PR fixes the incorrect use of `role=search` on the `<input>` element.  The `search` role is not a type of text input, and its use here was negating the semantics of the text field's ability to announce itself as a text field to screen readers.  The proper place for a `role=search` is on the `<form>` element that contains this input, so I have placed it there in this fix.

There are likely other accessibility improvements that could be made in this file, but this was an easy fix that I figured I could make a quick PR for.  

Thanks
2021-11-06 10:25:46 -04:00
..
partial fix broken accessibility for search field 2021-11-06 10:25:46 -04:00
admin.blade.php New admin dashboard layout 2021-05-24 23:24:42 -06:00
anon.blade.php Update site name config 2021-05-07 21:47:51 -06:00
app.blade.php Update blade views 2021-08-31 01:12:16 -06:00
blank.blade.php Update site name config 2021-05-07 21:47:51 -06:00
bundle.blade.php actually fix apple mobile icon 2019-03-22 21:15:13 -05:00