Page MenuHomePhabricator

Invalid CSS in jquery.ui.datepicker.css: filter: mask()
Closed, DeclinedPublicPRODUCTION ERROR

Description

In both Vector and Default

Line 56

filter: mask(); /*must have*/

http://drupal.org/node/352975

Also, why is the file seemingly duplicated? :/


Version: 1.21.x
Severity: minor

Details

Reference
bz26173

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:25 PM
bzimport set Reference to bz26173.
bzimport added a subscriber: Unknown Object (MLST).

Still valid in git master: mediawiki/core/resources/jquery.ui/themes

Looks like it's not fixed in jQuery UI 1.9 either

I still see this in our copy of jquery.ui

Krinkle claimed this task.
Krinkle subscribed.

This was kept in jQuery UI upstream for IE6 support. This is not a log error, and only trips validators. Real world applications need to run in browsers, not validators. This is needed for IE6. CSS has recovering and tolerant nature. There is no such thing as a parse error in the traditional way. It's like any other compat hack. Modern browsers skip over it.

mmodell changed the subtype of this task from "Task" to "Production Error".Aug 28 2019, 11:12 PM