diff --git a/README.md b/README.md index 05647f1..708815b 100644 --- a/README.md +++ b/README.md @@ -31,156 +31,3 @@ A dashboard showing the tests running against browser engines can be seen at [wp ## Building "locally" For quick local iteration, run `make`; this will use a web service to build the standard, so that you don't have to install anything. See more in the [Contributor Guidelines](https://github.com/whatwg/meta/blob/main/CONTRIBUTING.md#building). - -## Formatting - -Use a column width of 100 characters. - -Do not use newlines inside "inline" elements, even if that means exceeding the column width requirement. -```html -
The
-remove(tokens…)
-method, when invoked, must run these steps:
-```
-is okay and
- ```html
-
The remove(tokens…)
method, when
-invoked, must run these steps:
-```
-is not.
-
-Using newlines between "inline" element tag names and their content is also forbidden. (This actually alters the content, by adding spaces.) That is
-```html
-token
-```
-is fine and
-```html
-token
-
-```
-is not.
-
-An `
` element inside it, unless it's a child of `
For each token in tokens, in given order, that is not in - tokens, append token to tokens. -``` -is not indented, but -```html -
For each token in tokens, run these substeps: - -
If token is the empty string, throw a {{SyntaxError}} exception. -``` -is. - -End tags may be included (if done consistently) and attributes may be quoted (using double quotes), though the prevalent theme is to omit end tags and not quote attributes (unless they contain a space). - -## Formatting - -Use a column width of 100 characters. - -Do not use newlines inside "inline" elements, even if that means exceeding the column width requirement. -```html -
The
-remove(tokens…)
-method, when invoked, must run these steps:
-```
-is okay and
- ```html
-
The remove(tokens…)
method, when
-invoked, must run these steps:
-```
-is not.
-
-Using newlines between "inline" element tag names and their content is also forbidden. (This actually alters the content, by adding spaces.) That is
-```html
-token
-```
-is fine and
-```html
-token
-
-```
-is not.
-
-An `
` element inside it, unless it's a child of `
For each token in tokens, in given order, that is not in - tokens, append token to tokens. -``` -is not indented, but -```html -
For each token in tokens, run these substeps: - -
If token is the empty string, throw a {{SyntaxError}} exception. -``` -is. - -End tags may be included (if done consistently) and attributes may be quoted (using double quotes), though the prevalent theme is to omit end tags and not quote attributes (unless they contain a space). - -## Formatting - -Use a column width of 100 characters. - -Do not use newlines inside "inline" elements, even if that means exceeding the column width requirement. -```html -
The
-remove(tokens…)
-method, when invoked, must run these steps:
-```
-is okay and
- ```html
-
The remove(tokens…)
method, when
-invoked, must run these steps:
-```
-is not.
-
-Using newlines between "inline" element tag names and their content is also forbidden. (This actually alters the content, by adding spaces.) That is
-```html
-token
-```
-is fine and
-```html
-token
-
-```
-is not.
-
-An `
` element inside it, unless it's a child of `
For each token in tokens, in given order, that is not in - tokens, append token to tokens. -``` -is not indented, but -```html -
For each token in tokens, run these substeps: - -
If token is the empty string, throw a {{SyntaxError}} exception. -``` -is. - -End tags may be included (if done consistently) and attributes may be quoted (using double quotes), though the prevalent theme is to omit end tags and not quote attributes (unless they contain a space).