@@ -47,9 +47,9 @@ Sample section</h2>
4747 See the <a href="https://www.w3.org/Style/Group/css3-src/bin/README">documentation</a> for more precise instructions.
4848 The companion of this template shows the <a href="Overview.html">processed result</a> .
4949
50- To refer to HTML, use [[HTML40]] (note the double square brackets).
50+ To refer to HTML, use [[HTML40]] (note the double square brackets in the source ).
5151 To make a normative reference,
52- insert a “!” , like this:
52+ insert a “!” , like this:
5353 [[!CSS3SYN]]
5454 The currently available <a href="https://www.w3.org/Style/Group/css3-src/biblio.ref">list of bibliographic data</a> can of course be extended.
5555
@@ -96,7 +96,7 @@ Sample section</h2>
9696
9797 Illegal CSS examples (examples of errors) are the same,
9898 but with class "illegal example".
99- Examples of HTML and XML code have class "html" and "xml"respectively,
99+ Examples of HTML and XML code have class "html" and "xml" respectively,
100100 but are otherwise ditto.
101101
102102 A formal definition of a property looks like this:
@@ -128,7 +128,7 @@ Internal display model: the 'display-inside' property</h3>
128128
129129 <dfn>Cross-references</dfn> are created by enclosing a term or phrase in <dfn>
130130 (like the word <a>cross-references</a> earlier in this sentence).
131- Then an <a> without an <code> href='' </code> attribute
131+ Then an <a> without an <code> href="" </code> attribute
132132 with the same text content will automatically be linked.
133133 Both <dfn>s and <a>s are typed,
134134 which allows the same text to appear as different types of terms without a collision.
@@ -168,7 +168,7 @@ Internal display model: the 'display-inside' property</h3>
168168 };
169169
170170 dictionary FooDict {
171- sequence<Foo> foo ;
171+ sequence<Foo> foos ;
172172 boolean bar;
173173 DOMString baz = "qux";
174174 };
0 commit comments