Skip to content

Commit

Permalink
Editorial: make domintro typography more uniform
Browse files Browse the repository at this point in the history
This implements some of the changes described in whatwg/meta#190 (comment) for our "For web developers (non-normative)" boxes, i.e. "domintro" boxes. Although the first three domintros were rewritten by hand and thus reflect all of those changes, the rest were transformed in an automated fashion, with only the following transformations applied:

* Wrap the entire line in <code> instead of just some property names.
* Remove spaces around dots and parentheses.
* Move ...s before the argument, like JavaScript, instead of after.

Additionally the nature of the automated process involved rewrapping all the <dd> contents, and *un*wrapping all <dt> contents. Some linebreaks were removed and inserted as well to give a consistent style.
  • Loading branch information
domenic committed Jul 27, 2021
1 parent 97a1e58 commit 0d63ebc
Showing 1 changed file with 1,195 additions and 1,524 deletions.

0 comments on commit 0d63ebc

Please sign in to comment.