@@ -12,8 +12,8 @@ Ignored Vars: type
1212</pre>
1313
1414<pre class=link-defaults>
15- spec: dom-ls ; type:interface; text:Document;
16- spec: dom-ls ; type:interface; text:Element;
15+ spec:dom; type:interface; text:Document
16+ spec:dom; type:interface; text:Element;
1717spec:css-transforms-1; type:property; text:transform;
1818spec:css-color-3; type:property; text:color;
1919spec:css-speech-1; type:property; text:cue-after;
@@ -26,6 +26,10 @@ spec:css21; type:property; text:max-height;
2626spec:css21; type:property; text:max-width;
2727spec:css21; type:property; text:min-height;
2828spec:css21; type:property; text:min-width;
29+ spec:css-tables-3; type:property; text:border-collapse;
30+ spec:css-tables-3; type:property; text:caption-side;
31+ spec:css-tables-3; type:property; text:empty-cells;
32+ spec:css-tables-3; type:property; text:table-layout;
2933</pre>
3034
3135Introduction {#intro}
@@ -167,7 +171,7 @@ partial interface Document {
167171</pre>
168172
169173<dfn>Computed StylePropertyMap</dfn> objects represent the computed style of an
170- {{Element}} or {{PseudoElement}} , and are accessed by calling the
174+ {{Element}} or pseudo element , and are accessed by calling the
171175<dfn method for=Document>getComputedStyleMap(Element, optional DOMString?)</dfn>
172176method.
173177
@@ -599,10 +603,6 @@ Shorthand properties and values are not supported.
599603 <td> 'all' </td>
600604 <td> {{KeywordValue}} </td>
601605 </tr>
602- <tr>
603- <td> 'alt' </td>
604- <td> StringValue | {{KeywordValue}} </td>
605- </tr>
606606 <tr>
607607 <td> 'animation-delay' </td>
608608 <td> TimeValue | {{KeywordValue}} </td>
@@ -992,3 +992,14 @@ Issue(159): Spec up ColorValue
992992========================================================
993993
994994Issue(140): write me
995+
996+ Security Considerations {#security-considerations}
997+ ==================================================
998+
999+ There are no known security issues introduced by these features.
1000+
1001+ Privacy Considerations {#privacy-considerations}
1002+ ==================================================
1003+
1004+ There are no known privacy issues introduced by these features.
1005+
0 commit comments