Jihye Hong
Jihye Hong
--- Migrated from https://github.com/w3c/csswg-drafts/issues/4758 Originally created by @joe-watkins on *08 Feb 2020 00:50 GMT+9* --- > In the polyfill, keydown event and mouseup event are used for the spatial navigation....
Sometimes focus cannot move out of the iframe for left/right navigation direction. This bug is shown in the demo center. (https://wicg.github.io/spatial-navigation/demo/#iframe-element)
If there are overlapped focusable elements and also their borders are overlapped, the focus cannot move out of the outter element. See in the sample (http://webstd.lge.com/jihye/repo/spatial-navigation/demo/sample/heuristic_default_move.html),
In the sample (http://webstd.lge.com/jihye/repo/spatial-navigation/demo/sample/heuristic_default_move.html), the focus moves out of the scrollable element before the scrollbar reaches the end. Maybe this is the reason for resetting the search origin when the...
Add a new pseudo-element **::search-text** which is [highlight pseudo-elements](https://drafts.csswg.org/css-pseudo/#highlight-pseudos) allowing CSS styling of the search results shown using a browser’s find-in-page feature and its painting order among others. There are...
Create the explainer about Dictionary API. This proposed API is for handling the browser's custom dictionary. With this API, users can add, check and remove words to the custom dictionary
### WebKittens @smfr @annevk ### Title of the proposal CSS Pseudo-Elements Module Level 4 § Highlight Pseudo-elements § Selecting Highlighted Content ### URL to the spec https://drafts.csswg.org/css-pseudo-4/#selectordef-search-text ### URL to...