[gtk+] css-overview: Don’t document deleted pseudoclasses



commit d7b175a3fbba1f7b7236182ee3beeda4d973a991
Author: Daniel Boles <dboles src gnome org>
Date:   Thu Jun 22 23:56:44 2017 +0100

    css-overview: Don’t document deleted pseudoclasses
    
    Commit b52966a318a26589b26598be9cda1628c04db3ff stopped the parser from
    handling various deprecated pseudoclasses, which were aliases of others,
    but it did not update the documentation to reflect that they were gone.

 docs/reference/gtk/css-overview.xml |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/docs/reference/gtk/css-overview.xml b/docs/reference/gtk/css-overview.xml
index cf5b277..3d8c8a1 100644
--- a/docs/reference/gtk/css-overview.xml
+++ b/docs/reference/gtk/css-overview.xml
@@ -329,7 +329,7 @@ label:focus {
     </example>
 
     <example>
-      <title>Theme inconsistent checkbuttons</title>
+      <title>Theme indeterminate checkbuttons</title>
       <programlisting><![CDATA[
 checkbutton:indeterminate {
   background-color: #20395a;
@@ -421,13 +421,13 @@ checkbutton:indeterminate {
             <entry>E:active, E:hover, E:focus</entry>
             <entry>any E node which is part of a widget with the corresponding state</entry>
             <entry><ulink url="https://www.w3.org/TR/css3-selectors/#useraction-pseudos";>CSS</ulink></entry>
-            <entry>Corresponds to GTK_STATE_FLAG_ACTIVE, GTK_STATE_FLAG_PRELIGHT and 
GTK_STATE_FLAGS_FOCUSED; GTK+ also allows E:prelight and E:focused</entry>
+            <entry>Correspond to GTK_STATE_FLAG_ACTIVE, GTK_STATE_FLAG_PRELIGHT and GTK_STATE_FLAGS_FOCUSED 
respectively</entry>
           </row>
           <row>
             <entry>E:disabled</entry>
             <entry>any E node which is part of a widget which is disabled</entry>
             <entry><ulink url="https://www.w3.org/TR/css3-selectors/#UIstates";>CSS</ulink></entry>
-            <entry>Corresponds to GTK_STATE_FLAG_INSENSITIVE; GTK+ also allows E:insensitive</entry>
+            <entry>Corresponds to GTK_STATE_FLAG_INSENSITIVE</entry>
           </row>
           <row>
             <entry>E:checked</entry>
@@ -437,10 +437,10 @@ checkbutton:indeterminate {
           </row>
           <row>
             <entry>E:indeterminate</entry>
-            <entry>any E node which is part of a widget (e.g. radio- or checkbuttons) which is in an 
inconsistent state</entry>
+            <entry>any E node which is part of a widget (e.g. radio- or checkbuttons) which is in an 
indeterminate state</entry>
             <entry><ulink url="https://www.w3.org/TR/css3-selectors/#indeterminate";>CSS3</ulink>,
                    <ulink url="https://drafts.csswg.org/selectors/#indeterminate";>CSS4</ulink></entry>
-            <entry>Corresponds to GTK_STATE_FLAG_INCONSISTENT; GTK+ also allows E:inconsistent</entry>
+            <entry>Corresponds to GTK_STATE_FLAG_INCONSISTENT</entry>
           </row>
           <row>
             <entry>E:backdrop, E:selected</entry>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]