briankoser / kodex-aspnetcore

Koser family site, written in ASP.NET Core MVC
MIT License
1 stars 0 forks source link

Writing style guide #96

Closed briankoser closed 5 years ago

briankoser commented 5 years ago

Can eventually be replaced by WYSIWYG editor buttons

briankoser commented 5 years ago

/ 67 non-breaking space - - keep words together (eg dates) / / 67 thin space -   - separate nested quotes / / 68 hair space -   - prevent characters touching / / 68 narrow no-break space -   - separate numbers and units, initials in names /

/ 70 en dash - — - numerical ranges / / 71 em dash - – - set off phrases, with full space for quote attribution; separate from phrases with hair spaces /

/ 72 minus - − - − - use for math instead of hyphen / / 72 division - ÷ - ÷ - use obelus for math instead of solidus / / 75 multiplication - × - × - use for math instead of x /

/ 72 quotes - “ ” ‘ ’ - “ ” ‘ ’ - use instead of straight quote marks / / 72 apostrophes - ’ - ’ - use instead of straight single quote / / 75 primes - ′ ″ - ′ (single) ″ (double) - use for feet/inches and minutes/seconds /

/ 73 brackets, parentheses - mark up to prevent being italicized / / 75 ampersands - & - use for tables, charts, captions / / 75 ellipsis - … - … - use instead of 3 periods / / 75 degrees - ° - ° - use instead of a superscript o/

/ 135 caption - first child in table for table captions; can set position with caption { caption-side: top | bottom } / / 141 table - use non-breaking spaces and white-space:nowrap to avoid wrapping when more legible /

briankoser commented 5 years ago

Handled by #12