Skip to content

Commit e5fd5d3

Browse files
committed
docs: Fix minor issue in feature list
1 parent 61bc2e4 commit e5fd5d3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/Features.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,12 @@ Specific HTML elements have specific behaviour.
8484

8585
#### User interaction
8686

87-
The list of supported user interaction is yet quite limited
87+
The list of supported user interaction is quite limited.
8888

89-
- `HTMLElemet.click()` - implemented on `dom.Element`, due to some weirdness in
90-
the specs.
89+
- `HTMLElemet.click()`
90+
91+
However, you can set `value` content attributes on input fields until proper
92+
keyboard typing is simulated.
9193

9294
### URL API
9395

0 commit comments

Comments
 (0)