Skip to content

Commit 5df23d0

Browse files
committed
Added slash at end of this version URL.
Added missing "#" before a fragment ID.
1 parent ef91ebc commit 5df23d0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css3-writing-modes/Overview.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -37,7 +37,7 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
3737
<!--
3838
<dd><a href="http://dev.w3.org/csswg/css3-writing-modes/">http://dev.w3.org/csswg/css3-writing-modes/</a>
3939
-->
40-
<dd><a href="http://www.w3.org/TR/[YEAR]/WD-[SHORTNAME]-[CDATE]">[VERSION]</a>
40+
<dd><a href="http://www.w3.org/TR/[YEAR]/WD-[SHORTNAME]-[CDATE]/">[VERSION]</a>
4141

4242
<dt>Latest version:</dt>
4343
<dd><a
@@ -2548,7 +2548,7 @@ <h2 id="character-properties" class="no-num">Appendix A.
25482548
The UA may further tailor this definition as allowed by Unicode.
25492549

25502550
<p>Unicode defines properties for characters, but for 'text-orientation' and
2551-
<a href="vertical-typesetting-details">Vertical Typesetting Synthesis</a>,
2551+
<a href="#vertical-typesetting-details">Vertical Typesetting Synthesis</a>,
25522552
it is necessary to determine the properties of a grapheme cluster.
25532553
For the purposes of CSS Writing Modes, the properties of a grapheme
25542554
cluster are given by its base character&#8212;except in two cases:

0 commit comments

Comments
 (0)