GitHub user Katoka opened a pull request: https://github.com/apache/incubator-cordova-weinre/pull/6
Fix for Ticket CB-468 / [weinre] VML rule in CSS causes Weinre to not show style rules The error was that webkitMatchesSelector can't handle colons without escaping. You can merge this pull request into a Git repository by running: $ git pull https://github.com/Katoka/incubator-cordova-weinre master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-cordova-weinre/pull/6.patch ---- commit 2681c5d559e14d8677327abfc3a94e31dd239743 Author: Taner Topal <taner.to...@textunes.de> Date: 2012-07-27T04:28:00-07:00 Fix for Ticket CB-468. VML rules in CSS will work again now ----