document doesn't define "modifier key unicode graphemes"
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 718
- Forks
- 228
- PR merge metrics
- No merged PRs in 30d
Description
In chapter 14. Element Interaction, section 14.3 Element Send Keys:
cluster is a modifier key
The document refers to ui-events without any other explanation, but ui-events does not define unicode extended grapheme clusters for modifier keys, it defines strings for modifier keys. I have looked around in the text, and I can find some unicode codepoints associated with modifier keys later, but it is not clear whether these are the unicode grapheme clusters in question, and it is not clear which of these unicode characters are the modifier keys the text is talking about (the tables that assign unicode characters to modifier keys also contain a lot of keys that aren't modifier keys).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with chapter 14, section 14.3 Element Send Keys, especially the statement that a cluster is a modifier key, then compare its references to UI Events. Clarify which Unicode extended grapheme clusters represent modifier keys and how the later modifier-key tables apply; the section should define or unambiguously reference these terms when done.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100