Skip to content

Commit

Permalink
[CSS2] Revised RECs for CSS Level 2 are all to be called Revision 1 (…
Browse files Browse the repository at this point in the history
…instead of Revision 2, 3, etc), with only an annotation on the date.
  • Loading branch information
bert-github committed Jan 13, 2017
1 parent 5fd1d63 commit 9e46017
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
25 changes: 15 additions & 10 deletions css2/Makefile
Expand Up @@ -12,20 +12,26 @@ THE_MONTH = 04
THE_MONTHNAME = April
#THE_DAY = DD
THE_DAY = 12
#THE_STATUS = FPWD
#THE_STATUS = CR
THE_STATUS = ED
#THE_STATUSNAME = First Public Working Draft
#THE_STATUSNAME = Candidate Recommendation
THE_STATUSNAME = Editors' Draft
#THE_STYLE = WD
#THE_STYLE = CR
THE_STYLE = ED

PREV_YEAR =
PREV_MONTH =
PREV_DAY =
PREV_STATUS = WD
PREV_NAME = CSS22
PREV_YEAR = 2011
PREV_MONTH = 06
PREV_DAY = 07
PREV_STATUS = REC
PREV_NAME = CSS2

PERMANENT_NAME = CSS23
PERMANENT_NAME = CSS2

ifeq ($(THE_STATUS),REC)
THE_DATE = 07 June 2011, revised $(THE_DAY) $(THE_MONTHNAME) $(THE_YEAR)
else
THE_DATE = $(THE_DAY) $(THE_MONTHNAME) $(THE_YEAR)
endif

# A very visible warning after the first H1 on every page (or at the
# location of the _THE_WARNING_ placeholder on some pages). Leave
Expand Down Expand Up @@ -53,7 +59,6 @@ UPDATES = /Style/css2-updates
THE_UPDATE_DIR = http://www.w3.org$(UPDATES)
UPDATESDIR= $(WEBROOT)$(UPDATES)
TR_DIR = $(WEBROOT)/TR
THE_DATE = $(THE_DAY) $(THE_MONTHNAME) $(THE_YEAR)
THE_ID = $(THE_STYLE)-$(PERMANENT_NAME)-$(THE_YEAR)$(THE_MONTH)$(THE_DAY)
PREV_DATE = $(PREV_YEAR)$(PREV_MONTH)$(PREV_DAY)
THE_PREVIOUS_VERSION = http://www.w3.org/TR/$(PREV_YEAR)/$(PREV_STATUS)-$(PREV_NAME)-$(PREV_DATE)/
Expand Down
4 changes: 2 additions & 2 deletions css2/Overview.src
Expand Up @@ -2,15 +2,15 @@

<html lang="en">

<title>Cascading Style Sheets Level 2 Revision 3 (CSS&nbsp;2.2) Specification</title>
<title>Cascading Style Sheets Level 2 Revision 1 (CSS&nbsp;2.1) Specification</title>
<!--script src="http://www.w3c-test.org/css/harness/annotate.js#CSS22_DEV" type="text/javascript" defer></script-->

<body>
<div class="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48"
src="https://www.w3.org/StyleSheets/TR/2016/logos/W3C" width="72"></a>

<h1 id="title">Cascading Style Sheets Level 2 Revision 3 (CSS&nbsp;2.2) Specification</h1>
<h1 id="title">Cascading Style Sheets Level 2 Revision 1 (CSS&nbsp;2.1) Specification</h1>
<h2 id="W3C-doctype">W3C _THE_STATUSNAME_ _THE_DATE_</h2>

<dl>
Expand Down

0 comments on commit 9e46017

Please sign in to comment.