diff --git a/.pr-preview.json b/.pr-preview.json new file mode 100644 index 00000000..8abf307f --- /dev/null +++ b/.pr-preview.json @@ -0,0 +1,4 @@ +{ + "src_file": "manual-of-style/index.html", + "type": "respec" +} \ No newline at end of file diff --git a/manual-of-style/index.html b/manual-of-style/index.html index 6608e931..f412bc82 100644 --- a/manual-of-style/index.html +++ b/manual-of-style/index.html @@ -3,7 +3,7 @@ W3C Manual of Style - @@ -39,8 +179,7 @@

This manual is a guide containing best current practice, written for editors and authors of W3C technical reports. No requirements for W3C publications are in this document. All requirements for W3C -publications are in W3C -Publication Rules.

+publications are in W3C [[[PUBRULES]]].

@@ -50,11 +189,9 @@

Introduction

Written for editors and authors of W3C technical reports, this -document assumes that the reader is familiar with the Style Guide for Online -Hypertext [STYLE-GUIDE]. It is a companion to the -REQUIRED Technical Report Publication -Policy [PUBRULES], +document assumes that the reader is familiar with the +[[[STYLE-GUIDE]]] [[STYLE-GUIDE]]. It is a companion to the +mandatory [[[PUBRULES]]] [[PUBRULES]], called "pubrules" for short. Following the advice in this manual has benefits:

@@ -73,10 +210,7 @@

Introduction

reference material. Readability across a wide variety of browsers and platforms is far more important than using jazzy features. At some point, what we write becomes history and is preserved on the web -through the W3C Persistence -Policy [PERSISTENCE].

+through the W3C [[[PERSISTENCE]]] [[PERSISTENCE]].

Validation

@@ -84,36 +218,32 @@

Validation

-

Note. It is the editor's responsibility to ensure +

It is the editor's responsibility to ensure that documents are valid before requesting publication.

Accessibility

@@ -153,7 +283,9 @@

Write for a global audience

Unicode

-

Use U+XXXX syntax to represent [=Unicode code points=] in the specification. These are space separated when appearing in a sequence. No additional decoration is needed. Note that a [=code point=] may contain four, five, or six hexadecimal digits. When fewer than four digits are needed, the code point number is zero filled.

+

Use U+XXXX syntax to represent [=Unicode code points=] in the specification. These are space separated when appearing in a sequence. No additional decoration is needed.

+ +

A [=code point=] may contain four, five, or six hexadecimal digits. When fewer than four digits are needed, the code point number is zero filled.