forked from pool/python-soupsieve
- update to 1.9.5:
* **FIX**: `:placeholder-shown` should not match if the element has content that overrides the pl aceholder. * **FIX**: `:checked` rule was too strict with `option` elements. The specification for `:checked ` does not require an `option` element to be under a `select` element. * **FIX**: Fix level 4 `:lang()` wildcard match handling with singletons. Implicit wildcard match ing should not match any singleton. Explicit wildcard matching (`*` in the language range: `*-US`) is allowed to match singletons. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-soupsieve?expand=0&rev=14
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 20 18:49:34 UTC 2019 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- update to 1.9.5:
|
||||
* **FIX**: `:placeholder-shown` should not match if the element has content
|
||||
that overrides the pl aceholder.
|
||||
* **FIX**: `:checked` rule was too strict with `option` elements. The
|
||||
specification for `:checked ` does not require an `option` element to be under
|
||||
a `select` element.
|
||||
* **FIX**: Fix level 4 `:lang()` wildcard match handling with singletons.
|
||||
Implicit wildcard match ing should not match any singleton. Explicit wildcard
|
||||
matching (`*` in the language range: `*-US`) is allowed to match singletons.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 10 10:11:45 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user