8000 [css-module-bikeshed] Tweak module template. · w3c/csswg-drafts@1cda1d6 · GitHub
Skip to content

Commit 1cda1d6

Browse files
committed
[css-module-bikeshed] Tweak module template.
--HG-- extra : rebase_source : a2bc85f26b9bba454d2f2115a5f921f64ccea24c
1 parent e37f9ec commit 1cda1d6

2 files changed

Lines changed: 206 additions & 136 deletions

File tree

css-module-bikeshed/Overview.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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 &ldquo;!&rdquo;, 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 &lt;dfn>
130130
(like the word <a>cross-references</a> earlier in this sentence).
131-
Then an &lt;a> without an <code>href=''</code> attribute
131+
Then an &lt;a> without an <code>href=""</code> attribute
132132
with the same text content will automatically be linked.
133133
Both &lt;dfn>s and &lt;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&lt;Foo> foo;
171+
sequence&lt;Foo> foos;
172172
boolean bar;
173173
DOMString baz = "qux";
174174
};

0 commit comments

Comments
 (0)