Skip to content

Commit

Permalink
chore(ru): remove WebkitBug macro (#12834)
Browse files Browse the repository at this point in the history
  • Loading branch information
yin1999 authored Apr 19, 2023
1 parent cd9be4f commit 2da1ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/ru/web/api/selection/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ As the [Selection API specification notes](https://www.w3.org/TR/selection-api/#

Selection and input focus (indicated by {{DOMxRef("Document.activeElement")}}) have a complex relationship that varies by browser. In cross-browser compatible code, it's better to handle them separately.

Safari and Chrome (unlike Firefox) currently focus the element containing selection when modifying the selection programmatically; it's possible that this may change in the future (see [W3C bug 14383](https://www.w3.org/Bugs/Public/show_bug.cgi?id=14383) and {{WebKitBug("38696")}}).
Safari and Chrome (unlike Firefox) currently focus the element containing selection when modifying the selection programmatically; it's possible that this may change in the future (see [W3C bug 14383](https://www.w3.org/Bugs/Public/show_bug.cgi?id=14383) and [WebKit bug 38696](https://webkit.org/b/38696)).

### Behavior of Selection API in terms of editing host focus changes

Expand Down

0 comments on commit 2da1ec7

Please sign in to comment.