diff --git a/css-pseudo/Overview.bs b/css-pseudo/Overview.bs index 35d6a8a2deb..ef4e94b7048 100644 --- a/css-pseudo/Overview.bs +++ b/css-pseudo/Overview.bs @@ -193,7 +193,7 @@ Styling the First Line Pseudo-element
  • any typesetting properties that apply to inline elements (see [[CSS3TEXT]])
  • all text decoration properties (see [[CSS3-TEXT-DECOR]])
  • any inline layout properties that apply to inline elements (see [[CSS3LINE]]) -
  • any other properties defined to apply to ''::first-letter'' +
  • any other properties defined to apply to ''::first-line'' by their respective specifications User agents may apply other properties as well. diff --git a/css-pseudo/Overview.html b/css-pseudo/Overview.html index 07dd1937d13..bb8647a56d6 100644 --- a/css-pseudo/Overview.html +++ b/css-pseudo/Overview.html @@ -9,8 +9,45 @@ @@ -19,7 +56,7 @@

    CSS Pseudo-Elements Module Level 4

    -

    Editor’s Draft,

    +

    Editor’s Draft,

    This version: @@ -269,7 +306,7 @@

  • any typesetting properties that apply to inline elements (see [CSS3TEXT])
  • all text decoration properties (see [CSS3-TEXT-DECOR])
  • any inline layout properties that apply to inline elements (see [CSS3LINE]) -
  • any other properties defined to apply to ::first-letter by their respective specifications +
  • any other properties defined to apply to ::first-line by their respective specifications User agents may apply other properties as well.

    2.1.3. Inheritance and the ::first-line Pseudo-element

    @@ -1008,7 +1045,7 @@

    Normativ
    [CSS-BACKGROUNDS-3]
    CSS Backgrounds and Borders Module Level 3 URL: http://www.w3.org/TR/css3-background/
    [CSS-CASCADE-4] -
    Elika Etemad; Tab Atkins Jr.. CSS Cascading and Inheritance Level 4. 14 January 2016. CR. URL: http://www.w3.org/TR/css-cascade-4/ +
    Elika Etemad; Tab Atkins Jr.. CSS Cascading and Inheritance Level 4. 8 September 2015. WD. URL: http://www.w3.org/TR/css-cascade-4/
    [CSS-COLOR-3]
    CSS Color Module Level 3 URL: http://www.w3.org/TR/css3-color/
    [CSS-COLOR-4]