Similar to disabling JavaScript in browsers, is there a way to disable support for various CSS3 properties in Firefox or Chrome to quickly confirm a page is rendering OK if support for certain properties isn’t there? I know it’s only a presentation layer, but I’m just hoping there’s a more efficient way to test against this without using old browsers, especially if Modernizr is being utilised.
Similar to disabling JavaScript in browsers, is there a way to disable support for
Share
A project called deCSS3 manages to disable a large majority of CSS3 properties through the use of a bookmarklet that overrides and neutralises their usage with
!importantrules.A recent addition to the project is “Modernizr class toggling” for an added level of testing when Modernizr is utilised.