Use verbs in title case. An action-specific title shows that a button is interactive and says what happens when you tap it.
Use title-case for titles. Capitalize every word except articles, coordinating conjunctions, and prepositions of four or fewer letters.
Keep titles short. Overly long text can crowd your interface and may get truncated on smaller screens.
This rule is adopted from Apple’s Human Interface Guidelines and relevant rules for macOS and iOS.
Punctuation
Use n-dash without spacing for ranges. Example: 10am–2pm.
HTML / Jekyll code style
Everything we publish is usually a permalink, so if we move something we intend to redirect from the old page to the new page. Exceptions are made if we see nobody is linking to the old page.
All pages we publish must have a canonical URL.
And this should not have a file extension.
And it should truncate any trailing /index.
x Check this manually using egrep '/index[.a-z]*"' **/BUILD/**/*.* (this produces false positives) this check is not currently scheduled into our regular reviews
And we should only link to our pages at the canonical URL.
✓ Currently this is checked automatically in our build scripts (ADD LINK HERE)
Every page must have the Jekyll front matter tag “required_reviews” set to “none”, “medical” or “AHA” as appropriate.