- From: Bert Bos via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 31 Aug 2011 11:31:59 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-writing-modes
In directory hutz:/tmp/cvs-serv12461/csswg/css3-writing-modes
Modified Files:
Overview.src.html
Log Message:
Added slash at end of this version URL.
Added missing "#" before a fragment ID.
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.219
retrieving revision 1.220
diff -u -d -r1.219 -r1.220
--- Overview.src.html 29 Aug 2011 23:42:30 -0000 1.219
+++ Overview.src.html 31 Aug 2011 11:31:57 -0000 1.220
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -37,7 +37,7 @@
<!--
<dd><a href="http://dev.w3.org/csswg/css3-writing-modes/">http://dev.w3.org/csswg/css3-writing-modes/</a>
-->
- <dd><a href="http://www.w3.org/TR/[YEAR]/WD-[SHORTNAME]-[CDATE]">[VERSION]</a>
+ <dd><a href="http://www.w3.org/TR/[YEAR]/WD-[SHORTNAME]-[CDATE]/">[VERSION]</a>
<dt>Latest version:</dt>
<dd><a
@@ -2548,7 +2548,7 @@
The UA may further tailor this definition as allowed by Unicode.
<p>Unicode defines properties for characters, but for 'text-orientation' and
- <a href="vertical-typesetting-details">Vertical Typesetting Synthesis</a>,
+ <a href="#vertical-typesetting-details">Vertical Typesetting Synthesis</a>,
it is necessary to determine the properties of a grapheme cluster.
For the purposes of CSS Writing Modes, the properties of a grapheme
cluster are given by its base character—except in two cases:
Received on Wednesday, 31 August 2011 11:32:01 UTC