Skip to content

Commit d1ab468

Browse files
committed
[css-syntax] Use markup, not asterisks, for emphasis.
1 parent d2f1e46 commit d1ab468

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

css-syntax/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
</p>
5555
<h1 class="p-name no-ref" id=title>CSS Syntax Module Level 3</h1>
5656
<h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft,
57-
<span class=dt-updated><span class=value-title title=20140115>15 January 2014</span></span></span></h2>
57+
<span class=dt-updated><span class=value-title title=20140116>16 January 2014</span></span></span></h2>
5858
<div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/css-syntax/>http://dev.w3.org/csswg/css-syntax/</a><dt>Latest version:<dd><a href=http://www.w3.org/TR/css-syntax-3/>http://www.w3.org/TR/css-syntax-3/</a><dt>Editor’s Draft:<dd><a href=http://dev.w3.org/csswg/css-syntax/>http://dev.w3.org/csswg/css-syntax/</a><dt>Previous Versions:<dd><a href=http://www.w3.org/TR/2013/WD-css-syntax-3-20131105/ rel=previous>http://www.w3.org/TR/2013/WD-css-syntax-3-20131105/</a><dd><a href=http://www.w3.org/TR/2013/WD-css-syntax-3-20130919/ rel=previous>http://www.w3.org/TR/2013/WD-css-syntax-3-20130919/</a>
5959
<dt>Feedback:</dt>
6060
<dd><a href="mailto:www-style@w3.org?subject=%5Bcss-syntax%5D%20feedback">www-style@w3.org</a>
@@ -4497,7 +4497,7 @@ <h3 class="heading settled heading" data-level=8.2 id=charset-rule><span class=s
44974497
<pre class=prod><dfn class=css-code data-dfn-type=type data-export="" id=typedef-at-charset-rule>&lt;at-charset-rule&gt;<a class=self-link href=#typedef-at-charset-rule></a></dfn> = @charset <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-values-3/#string-value title="<string>">&lt;string&gt;</a> ;</pre>
44984498
<p> and, for backward compatibility, includes it in the object model for the stylesheet.
44994499
Modifying, adding, or removing an @charset rule via the object model has no effect
4500-
(in particular it does *not* cause the stylesheet to be rescanned in a different encoding).
4500+
(in particular it does <strong>not</strong> cause the stylesheet to be rescanned in a different encoding).
45014501
The @charset rule is invalid if it is not the very first, top-level rule in the stylesheet,
45024502
but it is parsed according to the normal syntax for @-rules,
45034503
which are less restrictive than the algorithm that determines the fallback encoding.

css-syntax/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3023,7 +3023,7 @@ <h3 id='charset-rule'>
30233023

30243024
and, for backward compatibility, includes it in the object model for the stylesheet.
30253025
Modifying, adding, or removing an @charset rule via the object model has no effect
3026-
(in particular it does *not* cause the stylesheet to be rescanned in a different encoding).
3026+
(in particular it does <strong>not</strong> cause the stylesheet to be rescanned in a different encoding).
30273027
The @charset rule is invalid if it is not the very first, top-level rule in the stylesheet,
30283028
but it is parsed according to the normal syntax for @-rules,
30293029
which are less restrictive than the algorithm that determines the fallback encoding.

0 commit comments

Comments
 (0)