diff --git a/index.html b/index.html index 7c90f08d..daea437a 100644 --- a/index.html +++ b/index.html @@ -6220,9 +6220,6 @@
If element is not keyboard-interactable, return error with error code element not interactable. - -
If element is not the active element run - the focusing steps for the element.
Run the substeps of the first matching condition: @@ -6230,6 +6227,10 @@
If the current session’s strict file interactability is true, + and element is not the active element run the focusing + steps for element. +
Let files be the result of splitting text
on the newline (\n
) character.
@@ -6275,6 +6276,9 @@
If element is not the active element run the + focusing steps for element. +
Set a property value
to text
on element.
@@ -6287,18 +6291,37 @@
If element is not the active element: +
Run the focusing steps for element. + +
Let child count be the [=map/size=] + of element's [=tree/children=]. + +
Let range be a live range with [=range/start=] + and [=range/end=] (element, child count). + +
Set the active document's selection + to range. +
If element does not currently have focus, - let current text length be the - [=string/length=] of element’s API value. +
If element is not the active element: +
Let current text length be the + [=string/length=] of element’s API value. -
Set the text insertion caret using set selection range
- using current text length for both the start
- and end
parameters.
+
Run the focusing steps for element. + +
Set the text insertion caret using set selection range
+ using current text length for both the start
+ and end
parameters.
+
visible
+ The following attributes are defined + in the Selection API specification: [[SELECTION-API]] +