Skip to content

Commit 64b7b30

Browse files
xfqemilio
authored andcommitted
[cssom-1] Update Changes section
1 parent 2bbee66 commit 64b7b30

File tree

1 file changed

+33
-2
lines changed

1 file changed

+33
-2
lines changed

cssom-1/Overview.bs

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3153,9 +3153,41 @@ Change History {#change-history}
31533153
This section documents some of the changes between publications of this specification. This section is not exhaustive. Bug fixes and editorial changes are
31543154
generally not listed.
31553155

3156-
Changes From 5 December 2013 {#changes-from-5-december-2013}
3156+
Changes From 17 March 2016 {#changes-from-17-march-2016}
31573157
------------------------------------------------------------
3158+
* Serialization of <<resolution>> is changed.
3159+
* <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.
31583175
* 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}
3190+
------------------------------------------------------------
31593191
* API for alternative stylesheets is removed: <code>selectedStyleSheetSet</code>,
31603192
<code>lastStyleSheetSet</code>, <code>preferredStyleSheetSet</code>,
31613193
<code>styleSheetSets</code>, <code>enableStyleSheetsForSet()</code> on {{Document}}.
@@ -3174,7 +3206,6 @@ Changes From 5 December 2013 {#changes-from-5-december-2013}
31743206
* Serialization of :lang() is changed.
31753207
* Serialization of <<color>> and <<number>> is changed.
31763208
* {{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.
31783209

31793210

31803211
Changes From 12 July 2011 To 5 December 2013 {#changes-from-12-july-2011-to-5-december-2013}

0 commit comments

Comments
 (0)