Gitweb links:

...log 
http://git.netsurf-browser.org/libcss.git/shortlog/8af9f4a1dbcca9dbd2868ae1488adfd5011e470c
...commit 
http://git.netsurf-browser.org/libcss.git/commit/8af9f4a1dbcca9dbd2868ae1488adfd5011e470c
...tree 
http://git.netsurf-browser.org/libcss.git/tree/8af9f4a1dbcca9dbd2868ae1488adfd5011e470c

The branch, tlsa/lcneves/select-autogen has been created
        at  8af9f4a1dbcca9dbd2868ae1488adfd5011e470c (commit)

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/libcss.git/commit/?id=8af9f4a1dbcca9dbd2868ae1488adfd5011e470c
commit 8af9f4a1dbcca9dbd2868ae1488adfd5011e470c
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    Selection: Cor content prop, use CSS_CONTENT_SET as condition for generator.

diff --git a/src/select/select_config.py b/src/select/select_config.py
index 468e8dc..a543542 100644
--- a/src/select/select_config.py
+++ b/src/select/select_config.py
@@ -164,7 +164,7 @@ uncommon = {
     ('cursor', 5, 'string_arr', None, 'CSS_CURSOR_AUTO',
         'Encode cursor uri(s) as an array of string objects, terminated '
         'with a blank entry'),
-    ('content', 2, 'content_item', 'CSS_CONTENT_NORMAL', 'CSS_CONTENT_NORMAL',
+    ('content', 2, 'content_item', 'CSS_CONTENT_SET', 'CSS_CONTENT_NORMAL',
         'Encode content as an array of content items, terminated with '
         'a blank entry.', 'set')
 }


-----------------------------------------------------------------------


-- 
Cascading Style Sheets library

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to