記事本文
CSS 2.1 の経緯
CSS 2.1 の新しい Last Call Working Draft が出て、ふと「 CSS 2.1 ってどんな経緯を辿ってきたんだったっけ」と思い調べてみました。 調べると言っても、 CSS の仕様書には Previous version が記載されているので、それを辿っていけばいいのです。
Cascading Style Sheets, level 2 - W3C Recommendation 12-May-1998 を Previous version に持つバージョン、即ち CSS 2.1 の初版は Cascading Style Sheets, level 2 revision 1 - W3C Working Draft 2 August 2002 で、これと同様に順番に見ていきました。
- Cascading Style Sheets, level 2 revision 1 - W3C Working Draft 2 August 2002
-
- 2002 年 8 月 2 日
This is a W3C Last Call Working Draft.
- Cascading Style Sheets, level 2 revision 1 - W3C Working Draft 28 January 2003
-
- 2003 年 1 月 28 日
For this specification to exit the CR stage
- Cascading Style Sheets, level 2 revision 1 - W3C Working Draft 15 September 2003
-
- 2003 年 9 月 15 日
This is a W3C Last Call Working Draft.
- Cascading Style Sheets, level 2 revision 1 - W3C Candidate Recommendation 25 February 2004
-
- 2004 年 2 月 25 日
This is a W3C Candidate Recommendation, which means the specification has been widely reviewed and W3C recommends that it be implemented. It will remain Candidate Recommendation at least until 1 September 2004.
- Cascading Style Sheets, level 2 revision 1 - W3C Working Draft 13 June 2005
-
- 2005 年 6 月 13 日
This is a "Last Call" Working Draft. The deadline for comments is 15 July 2005.
- Cascading Style Sheets, level 2 revision 1 - W3C Working Draft 11 April 2006
-
- 2006 年 4 月 11 日
This working draft contains most of the changes that resulted from comments on the previous draft, but not all of them. It is published in the hope that it can help people check that those changes are correct. It is expected that the next publication will be a Candidate Recommendation.
- Cascading Style Sheets, level 2 revision 1 - W3C Working Draft 06 November 2006
-
- 2006 年 11 月 6 日
This is a “last call” Working Draft. The deadline for comments on this draft is 7 December 2006.
仕様の策定プロセス
W3C勧告プロセスの概要が参考になりますが、 W3C の仕様の策定プロセスは
- WD ( 草案 )
- LC ( 最終草案 )
- CR ( 勧告候補 )
- PR ( 勧告案 )
- REC ( 勧告 )
となっているので、 CSS 2.1 は何度か差し戻しがあっているということになります。 何度も何度も「次は CR に進みますよー」と言いながら、そして一度は実際に CR まで進みながらも、現在はまだ CR に進む段階にあります。
Cascading Style Sheets, level 2 revision 1 - W3C Working Draft 11 April 2006 の時点でも
This working draft contains most of the changes that resulted from comments on the previous draft, but not all of them. It is published in the hope that it can help people check that those changes are correct. It is expected that the next publication will be a Candidate Recommendation.
と、次は CR であることが示されていましたが、コメントを受けたい部分があるので LC として公開しているようです。
( この辺りについて触れられている記事を目にしていたのですが、ちょっと失念してしまいました。
ちょっとしたメモ - CSS 2.1の最終草案再びだったかなあと思ったら違いましたし。 )

