[wp-trac] [WordPress Trac] #47183: Console warning with Dashicons font and input type="radio"
WordPress Trac
noreply at wordpress.org
Wed May 15 16:31:08 UTC 2019
#47183: Console warning with Dashicons font and input type="radio"
-----------------------------------+-----------------------
Reporter: aduth | Owner: desrosj
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: 5.2.1
Component: Administration | Version: 5.2
Severity: normal | Resolution:
Keywords: has-patch fixed-major | Focuses: ui
-----------------------------------+-----------------------
Comment (by superpoincare):
@desrosj
IE 11 supports woff but it chooses eot because of the syntax. Ideally the
syntax should be written so that IE 11 chooses woff over eot as woff is
considered an upgrade to eot.
Zach Leat here says it should be woff2 and woff:
https://calendar.perfplanet.com/2016/no-font-face-bulletproof-syntax/
He also argues that data-uri is anti-pattern and hence we should use woff2
and woff files, not base64 encodes in css:
https://www.zachleat.com/web/web-font-data-uris/
--
Ticket URL: <https://core.trac.wordpress.org/ticket/47183#comment:13>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list