Skip to content

Commit 77fe042

Browse files
committed
[css2] Updated copyright links.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402018
1 parent 290de58 commit 77fe042

3 files changed

Lines changed: 55 additions & 22 deletions

File tree

css2/Makefile

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Makefile to generate the CSS2 document based on its "source files"
22
# Arnaud Le Hors - lehors@w3.org
3-
# $Id: Makefile,v 2.66 2003-01-21 13:25:00 bbos Exp $
3+
# $Id: Makefile,v 2.67 2003-01-21 14:26:50 bbos Exp $
44

55
# what needs to be set for every new release:
66
# Note use of full year (1998) in identifier.
@@ -568,17 +568,19 @@ realclean: clean
568568
depend:
569569
$(HMKDEPEND) $(SPECOBJS)
570570

571-
# Rules to make diff files relative to previous REC.
571+
# Rules to make diff files relative to previous REC and WD.
572572
# htmldiff returns >0 if there are differences, so we ignore the exit code.
573573

574574
PREVREC = ../../../TR/1998/REC-CSS2-19980512
575-
DIFFS = $(SPECOBJS:.html=-diff.html)
575+
PREVWD = ../../../TR/$(PREV_YEAR)/$(PREV_STATUS)-$(PERMANENT_NAME)-$(PREV_DATE)
576576
HTMLDIFF = htmldiff -i -w '<del>' -x '</del>' -y '<ins>' -z '</ins>'
577577

578-
%-diff.html: %.html $(PREVREC)/%.html
579-
-$(HTMLDIFF) $(PREVREC)/$< $< >$@
578+
diffs:
579+
(cd diffs-rec;\
580+
make PREV=../$(PREVREC) HTMLDIFF="$(HTMLDIFF)" $(SPECOBJS))
581+
(cd diffs-wd;\
582+
make PREV=../$(PREVWD) HTMLDIFF="$(HTMLDIFF)" $(SPECOBJS))
580583

581-
diffs: $(DIFFS)
582584

583585
.PHONY: all install install-all clean realclean checkx diffs
584586

css2/about.src

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
'http://www.w3.org/TR/html4/strict.dtd'>
33

44
<html lang="en">
5-
<!-- $Id: about.src,v 2.48 2003-01-18 00:58:38 bbos Exp $ -->
5+
<!-- $Id: about.src,v 2.49 2003-01-21 14:27:05 bbos Exp $ -->
66
<HEAD>
77
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
88
<TITLE>About the CSS&nbsp;2.1 Specification</TITLE>
@@ -351,8 +351,23 @@ elements (17.5.1 and 17.6.1) and other ambiguities.
351351

352352
<H2><a name="copyright">Copyright Notice</a></H2>
353353

354-
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice-20000612#Copyright"> Copyright</a> &copy; 1997-2003 <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>&reg;</sup> (<a href="http://www.lcs.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, <acronym title="European Research
355-
Consortium for Informatics and Mathematics"><a href="http://www.ercim.org/">ERCIM</a></acronym>, <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice-20000612#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice-20000612#W3C_Trademarks">trademark</a>, <a href="http://www.w3.org/Consortium/Legal/copyright-documents-19990405">document use</a> and <a href="http://www.w3.org/Consortium/Legal/copyright-software-19980720">software licensing</a> rules apply.</p>
354+
<p class="copyright"><a
355+
href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">
356+
Copyright</a> &copy; 1997-2003 <a href="http://www.w3.org/"><abbr
357+
title="World Wide Web Consortium">W3C</abbr></a><sup>&reg;</sup> (<a
358+
href="http://www.lcs.mit.edu/"><abbr title="Massachusetts Institute of
359+
Technology">MIT</abbr></a>, <acronym title="European Research
360+
Consortium for Informatics and Mathematics"><a
361+
href="http://www.ercim.org/">ERCIM</a></acronym>, <a
362+
href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a
363+
href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
364+
<a
365+
href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>,
366+
<a
367+
href="http://www.w3.org/Consortium/Legal/copyright-documents">document
368+
use</a> and <a
369+
href="http://www.w3.org/Consortium/Legal/copyright-software">software
370+
licensing</a> rules apply.</p>
356371

357372
<p>Documents on the <a href="http://www.w3.org/">W3C</a> site are
358373
provided by the copyright holders under the following license. By

css2/cover.src

Lines changed: 29 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<h1 id="title">Cascading Style Sheets, level 2 revision 1<br>
1515
CSS 2.1 Specification</h1>
16-
<h2 id="W3C-doctype">W3C Working Draft _THE_DATE_</h2>
16+
<h2 id="W3C-doctype">W3C _THE_STATUS_ _THE_DATE_</h2>
1717

1818
<dl>
1919
<dt>This version:
@@ -56,21 +56,21 @@
5656
translations</strong></a>.
5757

5858
<p class="copyright"><a
59-
href="http://www.w3.org/Consortium/Legal/ipr-notice-20000612#Copyright">
59+
href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">
6060
Copyright</a> &copy; 2003 <a href="http://www.w3.org/"><abbr
6161
title="World Wide Web Consortium">W3C</abbr></a><sup>&reg;</sup> (<a
6262
href="http://www.lcs.mit.edu/"><abbr title="Massachusetts Institute
6363
of Technology">MIT</abbr></a>, <acronym title="European Research
6464
Consortium for Informatics and Mathematics"><a
6565
href="http://www.ercim.org/">ERCIM</a></acronym>, <a
6666
href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a
67-
href="http://www.w3.org/Consortium/Legal/ipr-notice-20000612#Legal_Disclaimer">liability</a>,
67+
href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
6868
<a
69-
href="http://www.w3.org/Consortium/Legal/ipr-notice-20000612#W3C_Trademarks">trademark</a>,
69+
href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>,
7070
<a
71-
href="http://www.w3.org/Consortium/Legal/copyright-documents-19990405">document
71+
href="http://www.w3.org/Consortium/Legal/copyright-documents">document
7272
use</a> and <a
73-
href="http://www.w3.org/Consortium/Legal/copyright-software-19980720">software
73+
href="http://www.w3.org/Consortium/Legal/copyright-software">software
7474
licensing</a> rules apply.</p>
7575

7676
<hr title="Separator from Header">
@@ -106,23 +106,32 @@ that were implemented interoperably at the date of publication.
106106
<p>This document is produced by the <a
107107
href="http://www.w3.org/Style/Group">CSS working group</a> (part of
108108
the <a href="http://www.w3.org/Style/">Style Activity</a>, see <a
109-
href="http://www.w3.org/Style/Activity">summary</a>). This is a W3C <a
109+
href="http://www.w3.org/Style/Activity">summary</a>).
110+
111+
<!--
112+
This is a W3C <a
110113
href="http://www.w3.org/Consortium/Process/Process-19991111/tr.html#last-call">Last
111114
Call Working Draft</a>. "Last call" means that the working group
112115
believes that this specification is ready and therefore wishes this to
113116
be the last call for comments. If the feedback is positive, the
114117
working group plans to submit it for consideration as a <a
115118
href="http://www.w3.org/TR/#About">W3C Candidate Recommendation</a>.
116119
Comments can be sent until the <strong>30th of August,
117-
2002.</strong></p>
120+
2002.</strong>
121+
-->
122+
123+
<p>The CSS WG is aware that this draft does not yet address all the
124+
comments raised on the previous draft. The next draft should follow in
125+
a few weeks and is expected to be the final one.
118126

119127
<p>The (<a
120128
href="http://lists.w3.org/Archives/Public/www-style/">archived</a>)
121129
public mailing list <a
122-
href="mailto:www-style@w3.org">www-style@w3.org</a>
123-
(see <a href="http://www.w3.org/Mail/Request">instructions</a>) is
124-
preferred for discussion of this and other drafts in the Style
125-
area.</p>
130+
href="mailto:www-style@w3.org">www-style@w3.org</a> (see <a
131+
href="http://www.w3.org/Mail/Request">instructions</a>) is preferred
132+
for discussion of this and other drafts in the Style area. When
133+
commenting on this draft, please put the text "CSS21" in the subject,
134+
preferrably like this: "[CSS21] &lt;summary of comment&gt;"
126135

127136
<p>For this specification to exit the CR stage, the following
128137
conditions shall be met:
@@ -179,8 +188,15 @@ conditions shall be met:
179188
feature(s) by the end of the CR period.
180189
</ol>
181190

191+
<p>This is a public W3C Working Draft for review by W3C Members and
192+
other interested parties. It is a draft document and may be updated,
193+
replaced, or obsoleted by other documents at any time. It is
194+
inappropriate to use W3C Working Drafts as reference material or to
195+
cite them as other than "work in progress."
196+
182197
<p>Patent disclosures relevant to CSS may be found on the Working
183-
Group's public <a href="http://www.w3.org/Style/CSS/Disclosures">patent disclosure
198+
Group's public <a
199+
href="http://www.w3.org/Style/CSS/Disclosures">patent disclosure
184200
page.</a></p>
185201

186202
<p>A list of current W3C Recommendations and other technical documents

0 commit comments

Comments
 (0)