GNOME Bugzilla – Bug 788129
[PATCH] CssSelectorParser : fix attribute parsing.
Last modified: 2017-09-29 16:28:39 UTC
Created attachment 360350 [details] [review] [PATCH] CssSelectorParser : fix attribute parsing. current parsing omit '-' in attribute name. all characters inside quotes are allowed. only un-quoted strings are analyzed.
Created attachment 360395 [details] [review] [PATCH] CssSelectorParser : fix attribute parsing. add 'attribute-value-unquoted' test case.
Review of attachment 360395 [details] [review]: Your work have been pushed: https://git.gnome.org/browse/gxml/commit/?id=a93bd5b35b4b5c0492f3579b67213dac2a633f2c Thanks for your great effort in GXml improvement. Hope you can push multiple selector support and all CSS3 selectors support.