Bug 249321
| Summary: | REGRESSION (256459@main): data-type="number" is broken in libxslt | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | David Kilzer (:ddkilzer) <ddkilzer> |
| Component: | XML | Assignee: | David Kilzer (:ddkilzer) <ddkilzer> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 247538 | ||
| Bug Blocks: | 249794 | ||
David Kilzer (:ddkilzer)
`data-type="number"` is broken in libxslt.
Just learned about this yesterday from the upstream libxml2/libxslt maintainer:
```
This should fix the thread-safety issue, but it breaks data-type="number" and commit c9788200 won't help with the new version of xsltICUSortFunction.
```
<https://gitlab.gnome.org/GNOME/libxslt/-/issues/78#note_1616795>
Regressed with this fix:
Bug 247538: Update xsltUnicodeSortFunction()
<https://bugs.webkit.org/show_bug.cgi?id=247538>
<rdar://103360797>
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
David Kilzer (:ddkilzer)
Pull request: https://github.com/WebKit/WebKit/pull/7621
EWS
Committed 257866@main (d62c575193bd): <https://commits.webkit.org/257866@main>
Reviewed commits have been landed. Closing PR #7621 and removing active labels.