Skip to content

Commit f12387d

Browse files
committed
[css-pseudo-4] Update Changes list.
1 parent f24104e commit f12387d

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

css-pseudo-4/Overview.bs

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -904,19 +904,18 @@ Compatibilitiy Syntax</h2>
904904
<h2 class="no-num" id="changes">
905905
Changes</h2>
906906

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:
908908

909909
<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.
917914
<li>Added the {{CSSPseudoElement/element}} attribute to the {{CSSPseudoElement}} interface.
918915
<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.
919917
<li>Changed <code>window.getPseudoElements(elem,type)</code> to <code>Element.pseudo(type)</code>.
918+
<li>Miscellaneous minor clarifications and fixes.
920919
</ul>
921920

922921
<h2 class="no-num" id="acknowledgements">

0 commit comments

Comments
 (0)