Okay/Spec: Difference between revisions
No edit summary |
|||
| Line 124: | Line 124: | ||
|- | |- | ||
|<code>ok-icon</code> | |<code>ok-icon</code> | ||
|<code><img /></code> or <code><picture /></code> | |<code><img /></code> or <code><picture /></code>. | ||
|An image to represent the space visually. These are typically square and rendered at small sizes. | |An image to represent the space visually. These are typically square and rendered at small sizes. | ||
|- | |- | ||
|<code>ok-title</code> | |<code>ok-title</code> | ||
| | |Any non-void element, <code><nowiki><h1 /></nowiki></code> preferred. | ||
|What the space is called in common parlance. | |What the space is called in common parlance. | ||
|- | |- | ||
|<code>ok-subtitle</code> | |<code>ok-subtitle</code> | ||
| | |Any non-void element, <code><nowiki><p /></nowiki></code> preferred. | ||
|An extra bit of text that is displayed alongside the title in certain contexts. | |An extra bit of text that is displayed alongside the title in certain contexts. | ||
|- | |- | ||
|<code>ok-description</code> | |<code>ok-description</code> | ||
| | |Any non-void element, <code><nowiki><p /></nowiki></code> preferred. | ||
|A long description of what the space is about. | |A long description of what the space is about. | ||
|} | |} | ||