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: css-pseudo-4/Overview.bs
+7-8Lines changed: 7 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -904,19 +904,18 @@ Compatibilitiy Syntax</h2>
904
904
<h2 class="no-num" id="changes">
905
905
Changes</h2>
906
906
907
-
Changes since the <a href="https://www.w3.org/TR/2015/WD-css-pseudo-4-20150115/">15 January 2015 Working Draft</a> include:
907
+
Changes since the <a href="https://www.w3.org/TR/2016/WD-css-pseudo-4-20160607/">7 June 2016 Working Draft</a> include:
908
908
909
909
<ul>
910
-
<li>Addition of the ''::marker'' pseudo-element.
911
-
<li>Removed special handling of floated ''::first-letter'' in favor of <a href="https://www.w3.org/TR/css-inline-3/#initial-letter-styling">initial letter styling</a>. [[CSS-INLINE-3]]
912
-
<li>Added ''::inactive-selection''.
913
-
<li>Defined handling of text decorations on ''::selection'' to match IE's more sensible behavior.
914
-
<li>Links to pseudo-element OM design discussions.
915
-
<li>Various minor clarifications.
916
-
<li>Use ''spelling-error'' and ''grammar-error'' with ''::spelling-error'' and ''::grammar-error'' in the UA stylesheet.
910
+
<li>Specified ''spelling-error'' and ''grammar-error'' with ''::spelling-error'' and ''::grammar-error'' in the UA stylesheet.
911
+
<li>Redefined value propagation between parent/child highlight pseudo-elements to use inheritance rather than cascading. See discussion in and linked from <a href="https://github.com/w3c/csswg-drafts/issues/2474">Issue 2474</a>.
912
+
<li>Refined list of supported properties for highlight pseudo-elements, e.g. adding 'stroke-color'/'fill-color', removing 'outline', etc.
913
+
<li>Clarified how text and text decoration colors are painted for highlight pseudo-elements.
917
914
<li>Added the {{CSSPseudoElement/element}} attribute to the {{CSSPseudoElement}} interface.
918
915
<li>Changed the values of the {{CSSPseudoElement/type}} attribute on the {{CSSPseudoElement}} interface to match the corresponding pseudo-elements.
916
+
<li>Reduced supported types of {{CSSPseudoElement}} and removed unimplemented <code>style</code> attribute.
919
917
<li>Changed <code>window.getPseudoElements(elem,type)</code> to <code>Element.pseudo(type)</code>.
0 commit comments