What fresh hell is THIS now? - Patrick Lauke
\` **\[michiel\]** <h1><span>This is not bold</span></h1> **\[michiel\]**
`\` **\[michiel\]** h1 { **\[michiel\]** font-weight: 100; **\[michiel\]** } **\[michiel\]** span { **\[michiel\]** font-weight: bolder; /\* 400 \*/ **\[michiel\]** } **\[michiel\]**
`
[sareh] Hi everyone! Does anyone have an example of an accessible search field with auto-complete, that has a list below it, as you type? One where you can go down the list and select an item and it to populate the search field
I’ve been looking about online and have found lots of /almost there/ examples, but am not sure which is the least worst! Any advice would be hugely appreciated. :)
(e.g. I’ve found this example https://webkit.org/blog-files/aria1.0/combobox_with_live_region_status.html)
[caesar] ... not to mention supposedly obsolete? https://www.w3.org/TR/html-markup/th.html
the doc you pointed to is obsolete though "This document has been discontinued and is only made available for historical purposes." suggest bookmarking http://w3c.github.io/html/ always up to date
autofocus
instead and leave the page tab order as-is?
autofocus
. If you have a set of scale radio buttons from 1-5 would you set autofocus to 1 or 3?
tabindex="-1"
onto the h1 and scripting focus to it