You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cssom-1/Overview.bs
+33-2Lines changed: 33 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3153,9 +3153,41 @@ Change History {#change-history}
3153
3153
This section documents some of the changes between publications of this specification. This section is not exhaustive. Bug fixes and editorial changes are
3154
3154
generally not listed.
3155
3155
3156
-
Changes From 5 December 2013 {#changes-from-5-december-2013}
3156
+
Changes From 17 March 2016 {#changes-from-17-march-2016}
* <code>[CEReactions]</code> IDL extended attributes are added.
3160
+
* Resolved value for logical properties are added.
3161
+
* <code>getComputedStyle</code> for 'display': ''display/contents'' is changed.
3162
+
* <code>MediaList.item</code> now returns serialization.
3163
+
* <code>MediaList.item</code> does not serialize shorthand if importance differs.
3164
+
* Other specifications are allowed to specify resolved value.
3165
+
* <code>index</code> argument in <code>insertRule</code> is now optional.
3166
+
* <code>href</code> attribute of <code>Stylesheet</code> and <code>CSSImportRule</code> now uses <code>USVString</code>.
3167
+
* <code>CSSOMString</code> is introduced.
3168
+
* Serialization of <code>CSSMediaRule</code> and <code>CSSFontFaceRule</code> is added.
3169
+
* <a for="CSSStyleDeclaration">Updating flag</a> is added to CSS declaration block to avoid serialize-and-reparse on style attribute.
3170
+
* Serialization of a declaration value is now properly defined.
3171
+
* <code>getComputedStyle</code> now returns the style rules of the node's document.
3172
+
* A {{TypeError}} is thrown when the pseudo-element passed to <code>getComputedStyle</code> is unknown or ''::slotted()''.
3173
+
* {{CSS}} is switched from interface to namespace.
3174
+
* <code>setPropertyValue</code> and <code>setPropertyPriority</code> are removed from {{CSSStyleDeclaration}} due to lack of interest from implementations.
3158
3175
* The <code>styleSheets</code> IDL attribute is moved from {{Document}} to {{DocumentOrShadowRoot}}.
3176
+
* LinkStyle.sheet now returns <code>CSSStyleSheet</code> instead of <code>StyleSheet</code>
3177
+
* Deprecated CSSStyleSheet members are defined.
3178
+
* The <code>CSSRule.type</code> attribute is deprecated.
3179
+
* Serialization of <<ratio>> is added.
3180
+
* <code>CSSStyleDeclaration.cssText</code> now returns the empty string for computed style.
3181
+
* <a>Custom properties</a> are included in <code>getComputedStyle</code>.
3182
+
* MathML IDL is introduced.
3183
+
* Serialization of {{CSSKeyframesRule}} and {{CSSKeyframeRule}} is added.
3184
+
* Serialization of media query is changed.
3185
+
* A shorthand is not serialized if there are longhands with other property group / mapping logic in between the longhands of that shorthand.
3186
+
* {{CSSStyleRule}} serialization is aware of nesting now.
3187
+
* Constructable stylesheets is introduced.
3188
+
3189
+
Changes From 5 December 2013 {#changes-from-5-december-2013}
<code>styleSheetSets</code>, <code>enableStyleSheetsForSet()</code> on {{Document}}.
@@ -3174,7 +3206,6 @@ Changes From 5 December 2013 {#changes-from-5-december-2013}
3174
3206
* Serialization of :lang() is changed.
3175
3207
* Serialization of <<color>> and <<number>> is changed.
3176
3208
* {{CSSStyleDeclaration/setProperty()}} on {{CSSStyleDeclaration}} is changed.
3177
-
* <code>setPropertyValue</code> and <code>setPropertyPriority</code> are removed from {{CSSStyleDeclaration}} due to lack of interest from implementations.
3178
3209
3179
3210
3180
3211
Changes From 12 July 2011 To 5 December 2013 {#changes-from-12-july-2011-to-5-december-2013}
0 commit comments