aboutsummaryrefslogtreecommitdiffstats
path: root/src/css/curCSS.js
Commit message (Expand)AuthorAgeFilesLines
* CSS:Selector: Align with 3.x, remove the outer `selector.js` wrapperMichał Gołębiowski-Owczarek2023-09-201-3/+3
* Core: Simplify code post browser support reductionMichał Gołębiowski-Owczarek2023-09-201-0/+4
* Core: Use named exports in `src/`Michał Gołębiowski-Owczarek2023-09-121-8/+6
* CSS: Return `undefined` for whitespace-only CSS variable values (#5120)Michał Gołębiowski-Owczarek2022-10-031-4/+24
* CSS: Don’t trim whitespace of undefined custom propertyAnders Kaseorg2022-09-191-1/+1
* CSS: Justify use of rtrim on CSS property valuesRichard Gibson2022-01-031-0/+6
* CSS: Trim whitespace surrounding CSS Custom Properties valuesfecore12021-09-231-1/+9
* Core: Migrate from AMD to ES modules 🎉Michał Gołębiowski-Owczarek2019-11-181-9/+4
* Build: Fix AMD dependencies in curCSSMichał Gołębiowski-Owczarek2019-04-301-1/+1
* Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJSMichał Gołębiowski-Owczarek2019-04-291-38/+5
* Core: Recognize Shadow DOM in attachment checksSaptak Sengupta2018-11-091-1/+1
* Core: Use isAttached to check for attachment of elementSaptak Sengupta2018-03-051-4/+4
* CSS: Detect more WebKit styles erroneously reported as percentagesRichard Gibson2017-09-181-3/+3
* CSS: retrieve inline style before computedTimmy Willison2017-03-201-2/+7
* Dimensions: fall back to offsetWidth/Height for inline elemsTimmy Willison2017-03-201-2/+2
* CSS: Support custom propertiesConnor Atherton2017-03-071-2/+3
* Build: Put all AMD modules in "src/" in strict modeMichał Gołębiowski2016-04-251-0/+2
* Docs: Update support comments to follow the new syntaxMichał Gołębiowski2016-03-301-2/+2
* Docs:Tests: Remove obsolete code from tests, update support commentsMichał Gołębiowski2016-03-081-2/+2
* Docs: use https where possibleBernhard M. Wiedemann2016-01-271-1/+1
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-3/+4
* CSS: Collapse a double if statement into oneMichał Gołębiowski2015-05-121-3/+0
* CSS: save 20 bytes in css/supportMichał Gołębiowski2015-02-051-0/+5
* CSS: Fix the pixelMarginRight support test in Android 2.3Michał Gołębiowski2015-02-051-6/+0
* CSS: Restore the hack to get pixels for .css('width') etc.Michał Gołębiowski2015-02-041-2/+27
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-11-031-26/+2
* Build: update grunt-jscs-checker and pass with the new rulesTimmy Willison2014-07-171-2/+4
* Support: clean up comments and Support notationDave Methvin2014-06-101-1/+1
* No ticket: Small curCSS size optimizationsRichard Gibson2013-10-151-4/+8
* Fix #14432: Always return string from .css("z-index"). Close gh-1395.George Kats2013-10-151-1/+3
* Modules can assume the presence of their parentsTimmy Willison2013-09-101-1/+0
* Remove offset dependency from css. Move curCSS and getStyles to their own mod...Timmy Willison2013-09-101-0/+52