html
html copied to clipboard
HTML Standard
Consider sequences of two operations from the set { cross-document navigation, same-document navigation, cross-document history traversal, same-document history traversal }, both _requested_ synchronously. (Although all traversals and cross-document navs do...
Forking off from #7252. I don't think this is urgently needed, just trying to gather all the info in one place. > > If we all agreed that FF"s behaviour...
Now that Chromium, Firefox, and Safari all have bfcache support for cross-document navigation, focus is properly restored. For example, if you TAB to a link, navigate, then go back, TAB...
Yesterday we held our monthly triage call (https://github.com/whatwg/html/issues/8089) and I will post the meeting notes there in a bit. The next one is scheduled for August 18, 4 pm PDT,...
The HTML triage meeting (see e.g. #7981) is currently taking place at [18:00 Berlin / 01:00 Tokyo / 09:00 San Francisco](https://www.timeanddate.com/worldclock/converter.html?iso=20220625T160000&p1=37&p2=248&p3=224) every month. Since I have just moved to Tokyo,...
In Japan (and countries that use IME) there is a problem that unintended press of enter key because they forget to turn on the IME. To fix the word input...
(Again, unless I'm missing something) https://html.spec.whatwg.org/#focus-delegate says: > [For each](https://infra.spec.whatwg.org/#list-iterate) child of parent's [children](https://dom.spec.whatwg.org/#concept-tree-child): > > 1. Let focusable area be child, if child is a [focusable area](https://html.spec.whatwg.org/#focusable-area); otherwise let...
Draft fix for #7540 - [ ] At least two implementers are interested (and none opposed): * … * … - [ ] [Tests](https://github.com/web-platform-tests/wpt) are written and can be reviewed...
Creating this topic for @whatwg/canvas to discuss WebGPU integration as stated [here](https://github.com/gpuweb/gpuweb/issues/3107#issuecomment-1191835433).
So, looking at https://html.spec.whatwg.org/#focus-processing-model I have a couple questions: > If focus target is a [shadow host](https://dom.spec.whatwg.org/#element-shadow-host) whose [shadow root](https://dom.spec.whatwg.org/#concept-element-shadow-root)'s [delegates focus](https://dom.spec.whatwg.org/#shadowroot-delegates-focus) is true > 1. [ snip ] >...