diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-25 06:48:59 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-25 06:48:59 +0200 |
commit | 47ffac15873e9cb1a640ef6ea6a9fd682541f250 (patch) | |
tree | e21cccf741b41010f2eb55f1e870f20b3f46aa52 /docs/design.md | |
parent | 09ad44779825006cac7c41b31b1add157d3a7215 (diff) | |
download | kube-47ffac15873e9cb1a640ef6ea6a9fd682541f250.tar.gz kube-47ffac15873e9cb1a640ef6ea6a9fd682541f250.zip |
We are not currently using the underlining
Diffstat (limited to 'docs/design.md')
-rw-r--r-- | docs/design.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/design.md b/docs/design.md index 38909998..5ee6322a 100644 --- a/docs/design.md +++ b/docs/design.md | |||
@@ -297,7 +297,6 @@ The following controls need to deal with focus: | |||
297 | We're indicating focus as follows: | 297 | We're indicating focus as follows: |
298 | * Active focus is indicated with a border. This is used for both hovering and keyboard focus. | 298 | * Active focus is indicated with a border. This is used for both hovering and keyboard focus. |
299 | * A selected element is highlighted. | 299 | * A selected element is highlighted. |
300 | * Keyboard focus is additionally to the border indicated with underlined text. | ||
301 | 300 | ||
302 | ### FocusScope | 301 | ### FocusScope |
303 | In order to be able to deal with focus on a local scope (which is important for reusable components), a FocusScope is required to establish a border for focus handling. Internally you can set the focus as required within the focus scope, and externally you can just give focus to the FocusScope, ignoring what's going to happen internally. The FocusScope will automatically forward focus (when it receives it), to whatever element requested focus internally. | 302 | In order to be able to deal with focus on a local scope (which is important for reusable components), a FocusScope is required to establish a border for focus handling. Internally you can set the focus as required within the focus scope, and externally you can just give focus to the FocusScope, ignoring what's going to happen internally. The FocusScope will automatically forward focus (when it receives it), to whatever element requested focus internally. |