|
11 | 11 | rel=dcterms.rights> |
12 | 12 | <meta content="CSS Values and Units Module Level 3" name=dcterms.title> |
13 | 13 | <meta content=text name=dcterms.type> |
14 | | - <meta content=2012-10-16 name=dcterms.issued> |
| 14 | + <meta content=2012-12-03 name=dcterms.issued> |
15 | 15 | <meta content="http://dev.w3.org/csswg/css3-values/" name=dcterms.creator> |
16 | 16 | <meta content=W3C name=dcterms.publisher> |
17 | | - <meta content="http://www.w3.org/TR/2012/ED-css3-values-20121016/" |
| 17 | + <meta content="http://www.w3.org/TR/2012/ED-css3-values-20121203/" |
18 | 18 | name=dcterms.identifier> |
19 | 19 | <style type="text/css"> |
20 | 20 | code, small { white-space: nowrap } |
|
38 | 38 |
|
39 | 39 | <h1>CSS Values and Units Module Level 3</h1> |
40 | 40 |
|
41 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 October |
| 41 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 3 December |
42 | 42 | 2012</h2> |
43 | 43 |
|
44 | 44 | <dl> |
45 | 45 | <dt>This version: |
46 | 46 |
|
47 | 47 | <dd><a |
48 | | - href="http://www.w3.org/TR/2012/ED-css3-values-20121016/">http://www.w3.org/TR/2012/ED-css3-values-20121016/</a> |
| 48 | + href="http://www.w3.org/TR/2012/ED-css3-values-20121203/">http://www.w3.org/TR/2012/ED-css3-values-20121203/</a> |
49 | 49 |
|
50 | 50 | <dt>Latest version: |
51 | 51 |
|
@@ -828,11 +828,10 @@ <h2 id=lengths><span class=secno>5. </span> Distance Units: the ‘<a |
828 | 828 |
|
829 | 829 | <p>Lengths refer to distance measurements and are denoted by <dfn |
830 | 830 | id=length-value><var><length></var></dfn> in the property definitions. |
831 | | - A length is a <a href="#dimension"><i>dimension</i></a>. A zero length may |
832 | | - be represented instead as the <a |
833 | | - href="#number-value"><var><number></var></a> ‘<code |
834 | | - class=css>0</code>’. (In other words, for zero lengths the unit |
835 | | - identifier is optional.) |
| 831 | + A length is a <a href="#dimension"><i>dimension</i></a>. However, for zero |
| 832 | + lengths the unit identifier is optional (i.e. can be syntactically |
| 833 | + represented as the <a href="#number-value"><var><number></var></a> |
| 834 | + ‘<code class=css>0</code>’). |
836 | 835 |
|
837 | 836 | <p>A <dfn id=dimension>dimension</dfn> is a <a |
838 | 837 | href="#number"><i>number</i></a> immediately followed by a unit |
@@ -2370,137 +2369,148 @@ <h2 class=no-num id=index>Index</h2> |
2370 | 2369 |
|
2371 | 2370 | <ul class=indexlist> |
2372 | 2371 | <li>absolute length units, <a href="#absolute-length-units" |
2373 | | - title="absolute length units"><strong>5.2.</strong></a> |
| 2372 | + title="section 5.2."><strong>5.2.</strong></a> |
2374 | 2373 |
|
2375 | 2374 | <li><angle>, <a href="#angle-value" |
2376 | | - title="<angle>"><strong>6.1.</strong></a> |
| 2375 | + title="section 6.1."><strong>6.1.</strong></a> |
2377 | 2376 |
|
2378 | | - <li>attr(), <a href="#attr" title="attr()"><strong>8.3.</strong></a> |
| 2377 | + <li>attr(), <a href="#attr" title="section 8.3."><strong>8.3.</strong></a> |
2379 | 2378 |
|
2380 | 2379 | <li>authoring tool, <a href="#authoring-tool" |
2381 | | - title="authoring tool"><strong>#</strong></a> |
| 2380 | + title="section ??"><strong>??</strong></a> |
2382 | 2381 |
|
2383 | | - <li>calc(), <a href="#calc" title="calc()"><strong>8.1.</strong></a> |
| 2382 | + <li>calc(), <a href="#calc" title="section 8.1."><strong>8.1.</strong></a> |
2384 | 2383 |
|
2385 | | - <li>ch, <a href="#ch-unit" title=ch><strong>5.1.1.</strong></a> |
| 2384 | + <li>ch, <a href="#ch-unit" |
| 2385 | + title="section 5.1.1."><strong>5.1.1.</strong></a> |
2386 | 2386 |
|
2387 | 2387 | <li><a href="#color-value"><var><color></var></a>, <a |
2388 | | - href="#color-value" title="<color>"><strong>7.1.</strong></a> |
| 2388 | + href="#color-value" title="section 7.1."><strong>7.1.</strong></a> |
2389 | 2389 |
|
2390 | 2390 | <li>‘<a href="#default"><code class=css>default</code></a>’, <a |
2391 | | - href="#default" title="''default''"><strong>3.1.1.</strong></a> |
| 2391 | + href="#default" title="section 3.1.1."><strong>3.1.1.</strong></a> |
2392 | 2392 |
|
2393 | | - <li>deg, <a href="#deg" title=deg><strong>6.1.</strong></a> |
| 2393 | + <li>deg, <a href="#deg" title="section 6.1."><strong>6.1.</strong></a> |
2394 | 2394 |
|
2395 | 2395 | <li>dimension, <a href="#dimension" |
2396 | | - title=dimension><strong>5.</strong></a> |
| 2396 | + title="section 5."><strong>5.</strong></a> |
2397 | 2397 |
|
2398 | | - <li>dpcm, <a href="#dpcm" title=dpcm><strong>6.4.</strong></a> |
| 2398 | + <li>dpcm, <a href="#dpcm" title="section 6.4."><strong>6.4.</strong></a> |
2399 | 2399 |
|
2400 | | - <li>dpi, <a href="#dpi" title=dpi><strong>6.4.</strong></a> |
| 2400 | + <li>dpi, <a href="#dpi" title="section 6.4."><strong>6.4.</strong></a> |
2401 | 2401 |
|
2402 | | - <li>dppx, <a href="#dppx" title=dppx><strong>6.4.</strong></a> |
| 2402 | + <li>dppx, <a href="#dppx" title="section 6.4."><strong>6.4.</strong></a> |
2403 | 2403 |
|
2404 | | - <li>em, <a href="#em-unit" title=em><strong>5.1.1.</strong></a> |
| 2404 | + <li>em, <a href="#em-unit" |
| 2405 | + title="section 5.1.1."><strong>5.1.1.</strong></a> |
2405 | 2406 |
|
2406 | | - <li>ex, <a href="#ex-unit" title=ex><strong>5.1.1.</strong></a> |
| 2407 | + <li>ex, <a href="#ex-unit" |
| 2408 | + title="section 5.1.1."><strong>5.1.1.</strong></a> |
2407 | 2409 |
|
2408 | 2410 | <li><frequency>, <a href="#frequency-value" |
2409 | | - title="<frequency>"><strong>6.3.</strong></a> |
| 2411 | + title="section 6.3."><strong>6.3.</strong></a> |
2410 | 2412 |
|
2411 | 2413 | <li>functional notation, <a href="#functional-notation0" |
2412 | | - title="functional notation"><strong>8.</strong></a> |
| 2414 | + title="section 8."><strong>8.</strong></a> |
2413 | 2415 |
|
2414 | | - <li>grad, <a href="#grad" title=grad><strong>6.1.</strong></a> |
| 2416 | + <li>grad, <a href="#grad" title="section 6.1."><strong>6.1.</strong></a> |
2415 | 2417 |
|
2416 | | - <li>Hz, <a href="#hz" title=Hz><strong>6.3.</strong></a> |
| 2418 | + <li>Hz, <a href="#hz" title="section 6.3."><strong>6.3.</strong></a> |
2417 | 2419 |
|
2418 | 2420 | <li>identifier, <a href="#identifier" |
2419 | | - title=identifier><strong>3.</strong></a> |
| 2421 | + title="section 3."><strong>3.</strong></a> |
2420 | 2422 |
|
2421 | 2423 | <li><a href="#image-value"><var><image></var></a>, <a |
2422 | | - href="#image-value" title="<image>"><strong>7.2.</strong></a> |
| 2424 | + href="#image-value" title="section 7.2."><strong>7.2.</strong></a> |
2423 | 2425 |
|
2424 | 2426 | <li>‘<a href="#inherit"><code class=css>inherit</code></a>’, <a |
2425 | | - href="#inherit" title="''inherit''"><strong>3.1.1.</strong></a> |
| 2427 | + href="#inherit" title="section 3.1.1."><strong>3.1.1.</strong></a> |
2426 | 2428 |
|
2427 | 2429 | <li>‘<a href="#initial"><code class=css>initial</code></a>’, <a |
2428 | | - href="#initial" title="''initial''"><strong>3.1.1.</strong></a> |
| 2430 | + href="#initial" title="section 3.1.1."><strong>3.1.1.</strong></a> |
2429 | 2431 |
|
2430 | | - <li>integer, <a href="#integer" title=integer><strong>4.1.</strong></a> |
| 2432 | + <li>integer, <a href="#integer" |
| 2433 | + title="section 4.1."><strong>4.1.</strong></a> |
2431 | 2434 |
|
2432 | 2435 | <li><a href="#integer-value"><var><integer></var></a>, <a |
2433 | | - href="#integer-value" title="<integer>"><strong>4.1.</strong></a> |
| 2436 | + href="#integer-value" title="section 4.1."><strong>4.1.</strong></a> |
2434 | 2437 |
|
2435 | | - <li>kHz, <a href="#khz" title=kHz><strong>6.3.</strong></a> |
| 2438 | + <li>kHz, <a href="#khz" title="section 6.3."><strong>6.3.</strong></a> |
2436 | 2439 |
|
2437 | 2440 | <li><a href="#length-value"><var><length></var></a>, <a |
2438 | | - href="#length-value" title="<length>"><strong>5.</strong></a> |
| 2441 | + href="#length-value" title="section 5."><strong>5.</strong></a> |
2439 | 2442 |
|
2440 | | - <li>ms, <a href="#ms" title=ms><strong>6.2.</strong></a> |
| 2443 | + <li>ms, <a href="#ms" title="section 6.2."><strong>6.2.</strong></a> |
2441 | 2444 |
|
2442 | | - <li>number, <a href="#number" title=number><strong>4.2.</strong></a> |
| 2445 | + <li>number, <a href="#number" |
| 2446 | + title="section 4.2."><strong>4.2.</strong></a> |
2443 | 2447 |
|
2444 | 2448 | <li><a href="#number-value"><var><number></var></a>, <a |
2445 | | - href="#number-value" title="<number>"><strong>4.2.</strong></a> |
| 2449 | + href="#number-value" title="section 4.2."><strong>4.2.</strong></a> |
2446 | 2450 |
|
2447 | 2451 | <li>percentage, <a href="#percentage" |
2448 | | - title=percentage><strong>4.3.</strong></a> |
| 2452 | + title="section 4.3."><strong>4.3.</strong></a> |
2449 | 2453 |
|
2450 | 2454 | <li><a href="#percentage-value"><var><percentage></var></a>, <a |
2451 | | - href="#percentage-value" |
2452 | | - title="<percentage>"><strong>4.3.</strong></a> |
| 2455 | + href="#percentage-value" title="section 4.3."><strong>4.3.</strong></a> |
2453 | 2456 |
|
2454 | 2457 | <li><a href="#position-value"><var><position></var></a>, <a |
2455 | | - href="#position-value" title="<position>"><strong>7.3.</strong></a> |
| 2458 | + href="#position-value" title="section 7.3."><strong>7.3.</strong></a> |
2456 | 2459 |
|
2457 | | - <li>rad, <a href="#rad" title=rad><strong>6.1.</strong></a> |
| 2460 | + <li>rad, <a href="#rad" title="section 6.1."><strong>6.1.</strong></a> |
2458 | 2461 |
|
2459 | 2462 | <li>reference pixel, <a href="#reference-pixel" |
2460 | | - title="reference pixel"><strong>5.2.</strong></a> |
| 2463 | + title="section 5.2."><strong>5.2.</strong></a> |
2461 | 2464 |
|
2462 | 2465 | <li>relative length, <a href="#relative-length-units" |
2463 | | - title="relative length"><strong>5.1.</strong></a> |
| 2466 | + title="section 5.1."><strong>5.1.</strong></a> |
2464 | 2467 |
|
2465 | | - <li>rem, <a href="#rem-unit" title=rem><strong>5.1.1.</strong></a> |
| 2468 | + <li>rem, <a href="#rem-unit" |
| 2469 | + title="section 5.1.1."><strong>5.1.1.</strong></a> |
2466 | 2470 |
|
2467 | | - <li>renderer, <a href="#renderer" title=renderer><strong>#</strong></a> |
| 2471 | + <li>renderer, <a href="#renderer" |
| 2472 | + title="section ??"><strong>??</strong></a> |
2468 | 2473 |
|
2469 | 2474 | <li><resolution>, <a href="#resolution-value" |
2470 | | - title="<resolution>"><strong>6.4.</strong></a> |
| 2475 | + title="section 6.4."><strong>6.4.</strong></a> |
2471 | 2476 |
|
2472 | 2477 | <li>resolved type, <a href="#resolved-type" |
2473 | | - title="resolved type"><strong>8.1.2.</strong></a> |
| 2478 | + title="section 8.1.2."><strong>8.1.2.</strong></a> |
2474 | 2479 |
|
2475 | | - <li>s, <a href="#s" title=s><strong>6.2.</strong></a> |
| 2480 | + <li>s, <a href="#s" title="section 6.2."><strong>6.2.</strong></a> |
2476 | 2481 |
|
2477 | 2482 | <li><a href="#string-value"><var><string></var></a>, <a |
2478 | | - href="#string-value" title="<string>"><strong>3.2.</strong></a> |
| 2483 | + href="#string-value" title="section 3.2."><strong>3.2.</strong></a> |
2479 | 2484 |
|
2480 | 2485 | <li>style sheet |
2481 | 2486 | <ul> |
2482 | 2487 | <li>as conformance class, <a href="#style-sheet" |
2483 | | - title="style sheet, as conformance class"><strong>#</strong></a> |
| 2488 | + title="section ??"><strong>??</strong></a> |
2484 | 2489 | </ul> |
2485 | 2490 |
|
2486 | 2491 | <li><time>, <a href="#time-value" |
2487 | | - title="<time>"><strong>6.2.</strong></a> |
| 2492 | + title="section 6.2."><strong>6.2.</strong></a> |
2488 | 2493 |
|
2489 | | - <li>toggle(), <a href="#toggle" title="toggle()"><strong>8.2.</strong></a> |
| 2494 | + <li>toggle(), <a href="#toggle" |
| 2495 | + title="section 8.2."><strong>8.2.</strong></a> |
2490 | 2496 |
|
2491 | | - <li>turn, <a href="#turn" title=turn><strong>6.1.</strong></a> |
| 2497 | + <li>turn, <a href="#turn" title="section 6.1."><strong>6.1.</strong></a> |
2492 | 2498 |
|
2493 | | - <li>URL, <a href="#url" title=URL><strong>3.3.</strong></a> |
| 2499 | + <li>URL, <a href="#url" title="section 3.3."><strong>3.3.</strong></a> |
2494 | 2500 |
|
2495 | 2501 | <li><a href="#url-value"><var><url></var></a>, <a href="#url-value" |
2496 | | - title="<url>"><strong>3.3.</strong></a> |
| 2502 | + title="section 3.3."><strong>3.3.</strong></a> |
2497 | 2503 |
|
2498 | | - <li>vh, <a href="#vh-unit" title=vh><strong>5.1.2.</strong></a> |
| 2504 | + <li>vh, <a href="#vh-unit" |
| 2505 | + title="section 5.1.2."><strong>5.1.2.</strong></a> |
2499 | 2506 |
|
2500 | | - <li>vmax, <a href="#vmax-unit" title=vmax><strong>5.1.2.</strong></a> |
| 2507 | + <li>vmax, <a href="#vmax-unit" |
| 2508 | + title="section 5.1.2."><strong>5.1.2.</strong></a> |
2501 | 2509 |
|
2502 | | - <li>vmin, <a href="#vmin-unit" title=vmin><strong>5.1.2.</strong></a> |
| 2510 | + <li>vmin, <a href="#vmin-unit" |
| 2511 | + title="section 5.1.2."><strong>5.1.2.</strong></a> |
2503 | 2512 |
|
2504 | | - <li>vw, <a href="#vw-unit" title=vw><strong>5.1.2.</strong></a> |
| 2513 | + <li>vw, <a href="#vw-unit" |
| 2514 | + title="section 5.1.2."><strong>5.1.2.</strong></a> |
2505 | 2515 | </ul> |
2506 | 2516 | <!--end-index--> |
0 commit comments