Skip to content

Commit

Permalink
s/bikeshed/foo/
Browse files Browse the repository at this point in the history
  • Loading branch information
Alice Boxhall authored and robdodson committed Mar 27, 2017
1 parent 22b1343 commit 5b85ff5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,16 +83,16 @@ show the default focus ring on click for this element:
1. Add a new keyword value to the outline shorthand that represents whatever the default UA `::focus-ring` is. Then authors can do:

custom-texty-element:focus {
outline: platform-default-focus-outline-style-bikeshed;
outline: platform-default-focus-outline-style-foo;
}

2. Add a new CSS property that controls "keyboard modality" vs non-"keyboard modality" behavior, e.g.

custom-texty-element {
show-focus-ring-bikeshed: always | keyboard-only;
show-focus-ring-foo: always | keyboard-only;
}

_("`-bikeshed`" placeholder indicates that these names are by no means final!)_
_("`-foo`" placeholder indicates that these names are by no means final!)_

While either of these primitives would suffice,
having both would provide more flexibility for authors.
Expand Down

0 comments on commit 5b85ff5

Please sign in to comment.