|
25 | 25 | <div class=head> |
26 | 26 | <h1 id=cssom>CSSOM</h1> |
27 | 27 |
|
28 | | - <h2 class="no-num no-toc" id="">Editor's Draft 2 December 2009</h2> |
| 28 | + <h2 class="no-num no-toc" id="">Editor's Draft 3 December 2009</h2> |
29 | 29 |
|
30 | 30 | <dl> |
31 | 31 | <dt>This Version: |
32 | 32 |
|
33 | 33 | <dd><a |
34 | | - href="http://www.w3.org/TR/2009/ED-cssom-20091202/">http://www.w3.org/TR/2009/ED-cssom-20091202/</a> |
| 34 | + href="http://www.w3.org/TR/2009/ED-cssom-20091203/">http://www.w3.org/TR/2009/ED-cssom-20091203/</a> |
35 | 35 |
|
36 | 36 | <dt>Latest Version: |
37 | 37 |
|
@@ -2683,6 +2683,8 @@ <h4 id=the-cssstyledeclaration-interface><span class=secno>7.3.2. |
2683 | 2683 | <li> |
2684 | 2684 | <p>If <var title="">priority</var> is neither a valid priority nor the |
2685 | 2685 | empty string terminate this algorithm. |
| 2686 | + </li> |
| 2687 | + <!-- define valid priority somehow --> |
2686 | 2688 |
|
2687 | 2689 | <li> |
2688 | 2690 | <p>If <a href="#parse-a-css-value" title="parse a CSS value">parsing the |
@@ -2718,17 +2720,21 @@ <h4 id=the-cssstyledeclaration-interface><span class=secno>7.3.2. |
2718 | 2720 | associated with or <code>null</code> if it is not associated with a |
2719 | 2721 | <code><a href="#cssrule">CSSrule</a></code> object.</p> |
2720 | 2722 | <!-- XXX introduce a concept for this instead --> |
2721 | | - <!-- XXX define this in terms of getPropertyValue/setProperty --> |
2722 | 2723 |
|
2723 | 2724 | <p>For the table below, the IDL attribute in the first column <em |
2724 | | - class=ct>must</em>, on getting return the value for the CSS property given |
2725 | | - in the second column on the same row.</p> |
2726 | | - <!-- XXX ref --> |
2727 | | - |
2728 | | - <p>Similarly for the table below, on setting the IDL attribute in the first |
2729 | | - column the value for the CSS property giving in the second column on the |
2730 | | - same row <em class=ct>must</em> be set to the given value.</p> |
2731 | | - <!-- XXX ref, exceptions for readonly objects --> |
| 2725 | + class=ct>must</em>, on getting return the result of invoking <code |
| 2726 | + title=cssstyledeclaration-getPropertyValue><a |
| 2727 | + href="#cssstyledeclaration-getpropertyvalue">getPropertyValue()</a></code> |
| 2728 | + with as argument the CSS property given in the second column on the same |
| 2729 | + row. |
| 2730 | + |
| 2731 | + <p>Similarly for the table below, setting the IDL attribute in the first |
| 2732 | + column <em class=ct>must</em> invoke <code |
| 2733 | + title=cssstyledeclaration-setProperty><a |
| 2734 | + href="#cssstyledeclaration-setproperty">setProperty()</a></code> with as |
| 2735 | + first argument the CSS property given in the second column on the same row |
| 2736 | + and no second argument. Any exceptions raised <em class=ct>must</em> be |
| 2737 | + re-raised. |
2732 | 2738 |
|
2733 | 2739 | <table> |
2734 | 2740 | <tbody> |
|
0 commit comments