Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ the primary implementations.

### Namespace

*TODO: Document namespace*
In code, the OUI uses the namespace `oui`. This namespace should prefix class
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not 100% sure if that's the right place to add that info, but I like the idea. I'd prefer oh-you-eye over the French pronunciation because I think the meaning is clearer to English speaking people. When you throw French words in an English conversation, you might have to explain how to spell them anyway.

Suggested change
In code, the OUI uses the namespace `oui`. This namespace should prefix class
In code, the OUI (Open User Interface, spelled oh-you-eye in English or /oʊ juː aɪ/) uses the namespace `oui`. This namespace should prefix class

names, custom CSS properties, event names, and any other custom identifiers.
Where the casing convention is uppercase, `OUI` is acceptable, but mixed case is
not.

### Variants

Expand Down