What fresh hell is THIS now? - Patrick Lauke
[dean] I just opened an old file and as a non-coder (or at least not any more), here’s a sample error I logged:
The search box immediately gets focus In the first instance the person has arrived at this page because they want to see the content, and not to perform a new search immediately. The search box is not announced, so keyboard commands are entered directly into the search box, and do not perform actions. Do not set focus on the search box on the item pages.
It’s not technical, but it’s probably enough for the dev guys to go and fix it.
Do not set focus on the search box on the item pages on page load. STR: go to item page see that search box has focus before the user does anything Expected: nothing has focus until the user tries to focus on something. When you give focus on page load the user has no context for why they are there, and may not want to search immediately. It is also hijacking the keyboard so that a user has to hit “esc” before they can use their keyboard for any functionality like searching the page with cmd-f or using other programmed shortcuts.
<dl>
being encouraged to mark up dialogues in the html4 spec. Learn something new every day :)
<dialog>
will JustWork. ;)<menu>
?
<ul>
and <li>
forever, then.
<dialog>
to make room for <carousel
<carousel>
”—@garcialo