Permalink
1 comment
on commit
sign in to comment.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
CSS: Detect more WebKit styles erroneously reported as percentages
- Loading branch information
Showing
with
30 additions
and 29 deletions.
- +2 −3 src/css.js
- +3 −3 src/css/curCSS.js
- +8 −8 src/css/support.js
- +7 −0 src/css/var/rboxStyle.js
- +0 −5 src/css/var/rmargin.js
- +10 −10 test/unit/support.js
| @@ -0,0 +1,7 @@ | ||
| define( [ | ||
| "./cssExpand" | ||
| ], function( cssExpand ) { | ||
| "use strict"; | ||
|
|
||
| return new RegExp( cssExpand.join( "|" ), "i" ); | ||
| } ); |
This comment has been minimized.
94ddf62@siglo50 If you have doubts and can provide some breaking test cases, please open a ticket.