This is an automated email from the ASF dual-hosted git repository.

andreww pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new c4d1b5e  Update styling.md
c4d1b5e is described below

commit c4d1b5e3c74250ebd037e3b8c6adf82c907e8d94
Author: Andrew Wetmore <[email protected]>
AuthorDate: Fri Oct 9 11:43:26 2020 -0300

    Update styling.md
---
 features/styling.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/features/styling.md b/features/styling.md
index 75398ad..4c92184 100644
--- a/features/styling.md
+++ b/features/styling.md
@@ -36,7 +36,7 @@ Apache Royale can plug different style classes that can 
manage different levels
     ...
 ```
 
-## Implementations
+## Implementations
 
 - **SimpleCSSValuesImpl**: The SimpleCSSValuesImpl class implements a minimal 
set of CSS lookup rules that is sufficient for most applications and is easily 
implemented for SWFs. It does not support attribute selectors, descendant 
selectors, or id selectors. It filters on a custom `-royale-swf` media query 
but not other media queries. You can replace it in your app with other 
implementations that handle more complex selector lookups.
 

Reply via email to