CSS3 Values and Units 最後意見徵集(Last Call)(原: [css3-values] Last Call Working Draft)

跟上三次都差不多,css3-values 的最後草案(Last Call)

  http://www.w3.org/TR/2012/WD-css3-values-20120308/

的意見徵集會在、、、其實已經截止了(3月29日)。不過第一篇我開始轉 CSS 模
組最後草案的新聞 — 兩個月前的 css3-images — 到現在都還沒變成候補標準
(Candidate Recommendation, CR,Last Call 的下一階段),所以現在應該還在
遲交意見的容許範圍 :p

這個模組包含的內容有:

  - 取值欄位後設語法的定義 — || && # | [] 這些東西
  - 新的長度單位 — 'ch'('0' 的寬度)、'rem'(根元素的 'em')、'vw'(視
                    口寬度)、'vh'(視口高度)、'vmin'(視口寬高兩個裡小
                    的)
  - 其他單位 — 基本上就是 CSS 變形、轉場、動畫、語音用的那些(原 CSS
                2.1 附錄 A):'deg'、'grad'、'rad'、'turn'、's'、'ms'、
                'Hz'、'kHz',以及解析度:'dpi'、'dpcm'、'dppx'
  - calc() — 可以把百分比值和其他單位混合使用的全域函數
  - cycle() — 可以交替使用多個取值的全域函數
  - attr() — 取得元素屬性值的全域函數

Hax 要再提一次絕對長度的問題嗎?

另外,我和灰大合翻了[1]這個模組的 25% 左右,歡迎新朋友加進來!

[1] http://www.w3.org/html/ig/zh/wiki/Css3-values


此致

Kenny

-------- Original Message --------
Subject: [css3-values] Last Call Working Draft
Resent-Date: Sat, 10 Mar 2012 07:13:02 +0000
Resent-From: www-style@w3.org
Date: Fri, 09 Mar 2012 23:12:24 -0800
From: fantasai <fantasai.lists@inkedblade.net>
To: www-style@w3.org <www-style@w3.org>

The CSS Working Group has published a Last Call Working Draft of CSS Values
and Units Level 3:
  http://www.w3.org/TR/css3-values/

This module covers new units like rem (like'em', but always relative to
the root
element’s font size) and vh (percent of viewport height) as well as the
calc(),
cycle(), and attr() functional notations.

Please review the draft and send us your comments! Best place to send
feedback
is right here on www-style@w3.org mailing list. Please use [css3-values] in
the subject of your comment, so that the editors can track them. The
deadline
for comments is 29 March 2012.

~fantasai

Received on Tuesday, 3 April 2012 22:44:42 UTC