Skip to content

Commit 50ff766

Browse files
committed
[css-syntax] Markup fix.
1 parent 1f775aa commit 50ff766

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-syntax/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ The input byte stream</h3>
314314
for the sequence of <code>XX</code> bytes,
315315
interpreted as <code>ASCII</code>.
316316

317-
<details class='why'>
317+
<details class='note'>
318318
<summary>What does that byte sequence mean?</summary>
319319

320320
The byte sequence above,
@@ -328,7 +328,7 @@ The input byte stream</h3>
328328
if it was anything else except failure,
329329
use the return value as the fallback encoding.
330330

331-
<details class='why'>
331+
<details class='note'>
332332
<summary>Why use utf-8 when the declaration says utf-16?</summary>
333333

334334
The bytes of the encoding declaration spell out “<code>@charset "…";</code>” in ASCII,

0 commit comments

Comments
 (0)