[librsvg: 6/8] Add attributes that are supported by all elements




commit 997f2d5ccde37e17f7e7eb9c3c52a482d5e4c56f
Author: Federico Mena Quintero <federico gnome org>
Date:   Wed Oct 13 12:15:26 2021 -0500

    Add attributes that are supported by all elements
    
    Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/605>

 FEATURES.md | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)
---
diff --git a/FEATURES.md b/FEATURES.md
index f9ddbb60..52685298 100644
--- a/FEATURES.md
+++ b/FEATURES.md
@@ -2,18 +2,20 @@
 
 ## Attributes supported by all elements
 
-| Attribute | Notes                                                                               |
-| ---       | ---                                                                                 |
-| transform | The `transform` attribute has a different syntax than the CSS `transform` property. |
-| xml:lang  |                                                                                     |
-| xml:space |                                                                                     |
+| Attribute          | Notes                                                                               |
+| ---                | ---                                                                                 |
+| class              |                                                                                     |
+| id                 |                                                                                     |
+| requiredExtensions | Used in children of the `switch` element.                                           |
+| requiredFeatures   | Used in children of the `switch` element.                                           |
+| systemLanguage     | Used in children of the `switch` element.                                           |
+| style              |                                                                                     |
+| transform          | The `transform` attribute has a different syntax than the CSS `transform` property. |
+| xml:lang           |                                                                                     |
+| xml:space          |                                                                                     |
 
 ## Elements and their specific attributes
 
-FIXME: add global attributes parsed in element.rs, not by specific element implementations
-
-cond
-
 | Element             | Attributes          | Notes                                                          
    |
 | ---                 | ---                 | ---                                                            
    |
 | a                   |                     |                                                                
    |


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