- From: John Daggett via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 02 Mar 2012 08:28:59 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-linebox
In directory hutz:/tmp/cvs-serv32275
Modified Files:
Overview.src.html
Log Message:
updating to new editors
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-linebox/Overview.src.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- Overview.src.html 22 Sep 2011 04:44:59 -0000 1.37
+++ Overview.src.html 2 Mar 2012 08:28:57 -0000 1.38
@@ -1,10 +1,14 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
-"http://www.w3.org/TR/html4/strict.dtd">
-
+<!DOCTYPE html public '-//W3C//DTD HTML 4.01//EN' 'http://www.w3.org/TR/html4/strict.dtd'>
<html lang="en">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>CSS3 module: line</title>
+ <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
+ <title>CSS Line Layout Module Level 3</title>
+ <!--
+ FIXME when publishing: copy the current default.css and link to
+ "default.css" rather than "../default.css"
+ -->
+ <link rel="stylesheet" type="text/css" href="../default.css">
+ <link rel="shortcut icon" type="image/x-icon" href="../csslogo.ico" />
<style type="text/css">
dt {font-weight: normal}
@@ -27,54 +31,42 @@
<body>
<div class="head">
-<p><a href="http://www.w3.org/"><img alt="W3C" height="48"
-src="http://www.w3.org/Icons/w3c_home" width="72"></a>
-
-<h1 id="css3-module">CSS3 module: line</h1>
-
-<h2 class="no-num no-toc" id="w3c-working">[LONGSTATUS] [DATE]</h2>
-
-<dl>
-<dt>This version:
-
-<!--<dd><a href="http://www.w3.org/TR/[YEAR]/[STATUS]-css3-linebox-[CDATE]/">http://www.w3.org/TR/[YEAR]/[STATUS]-css3-linebox-[CDATE]/</a></dd>-->
-<dd>[no permanent URL]</dd>
-
-<dt>Latest version:</dt>
-
-<dd><a href="http://www.w3.org/TR/css3-linebox">http://www.w3.org/TR/css3-linebox</a></dd>
-
-<dt>Previous version:</dt>
-
-<dd><a href="http://www.w3.org/TR/2002/WD-css3-linebox-20020515/">http://www.w3.org/TR/2002/WD-css3-linebox-20020515/</a></dd>
-
-<dt>Editors:</dt>
-
-<dd><a href="mailto:michelsu@microsoft.com">Michel Suignard (Microsoft)</a> (until February 2003)</dd>
-<dd><a href="http://www.meyerweb.com/eric/">Eric A. Meyer</a> (until February 2003)</dd>
-<dd><a href="http://dbaron.org/">L. David Baron</a> (Mozilla Corporation) (from March 2003)</dd>
-
-</dl>
+<!--logo-->
-<dl>
-<dt>Authors:</dt>
-<dd>Original CSS2 authors, and</dd>
-<dd><a href="mailto:bert@w3.org">Bert Bos (W3C)</a></dd>
-<dd><a href="mailto:michelsu@microsoft.com">Michel Suignard (Microsoft)</a></dd>
-<dd><a href="mailto:szilles@adobe.com">Steve Zilles (Adobe)</a></dd>
-<dd><a href="http://dbaron.org/">L. David Baron (Mozilla Corporation)</a></dd>
+<h1>CSS Line Layout Module Level 3</h1>
+<h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
+<dl id="authors">
+ <dt>This version:</dt>
+ <dd><a href="http://dev.w3.org/csswg/css3-linebox/">http://dev.w3.org/csswg/css3-linebox/</a>
+ <!-- <dd><a href="http://www.w3.org/TR/[YEAR]/[STATUS]-[SHORTNAME]-[CDATE]/">http://www.w3.org/TR/[YEAR]/[STATUS]-[SHORTNAME]-[CDATE]/</a> -->
+ <dt>Latest version:</dt>
+ <dd><a href="http://www.w3.org/TR/css3-linebox/">http://www.w3.org/TR/css3-linebox/</a></dd>
+ <dt>Latest editor's draft:</dt>
+ <dd><a href="http://dev.w3.org/csswg/css3-linebox/">http://dev.w3.org/csswg/css3-linebox/</a></dd>
+ <dt>Previous version:</dt>
+ <dd><a href="http://www.w3.org/TR/2002/WD-css3-linebox-20020515/">http://www.w3.org/TR/2002/WD-css3-linebox-20020515/</a></dd>
+ <dt>Issues List:</dt>
+ <dd><a href="https://www.w3.org/Bugs/Public/buglist.cgi?query_format=advanced&product=CSS&component=Linebox&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED">CSS3 Line Layout issues in Bugzilla</a>
+ <dt>Discussion:</dt>
+ <dd><a href="http://lists.w3.org/Archives/Public/www-style/">www-style@w3.org</a> with subject line “<kbd>[[SHORTNAME]] topic</kbd>”
+ <dt>Editors:</dt>
+ <dd><a href="mailto:jdaggett@mozilla.com">John Daggett (Mozilla)</a></dd>
+ <dd><a href="mailto:szilles@adobe.com">Steve Zilles (Adobe)</a></dd>
+ <dt>Previous Editors:</dt>
+ <dd><a href="http://dbaron.org/">L. David Baron</a> (Mozilla Corporation)</dd>
+ <dd>Michel Suignard (Microsoft)</dd>
+ <dd><a href="http://www.meyerweb.com/eric/">Eric A. Meyer</a></dd>
</dl>
<!--begin-copyright-->
-<p>[Here will be included the copyright]</p>
<!--end-copyright-->
<hr title="Separator for header">
</div>
-<h2 class="no-num no-toc" id="Abstract">Abstract</h2>
+<h2 class="no-num no-toc" id=abstract>Abstract</h2>
<p>The CSS formatting model provides for a flow of elements and text
inside of a container to be wrapped into lines. The formatting of
Received on Friday, 2 March 2012 08:29:01 UTC