aboutsummaryrefslogtreecommitdiffstats
path: root/src/css/curCSS.js
Commit message (Collapse)AuthorAgeFilesLines
* Core: Recognize Shadow DOM in attachment checksSaptak Sengupta2018-11-091-1/+1
| | | | | | | Allow `isAttached` to check Shadow DOM for attachment. Fixes gh-3504 Closes gh-3996 Ref gh-3977
* Core: Use isAttached to check for attachment of elementSaptak Sengupta2018-03-051-4/+4
| | | | | | | This change replaces the use of contains to check for attachment by isAttached function Closes gh-3977 Ref gh-3504
* CSS: Detect more WebKit styles erroneously reported as percentagesRichard Gibson2017-09-181-3/+3
| | | | | Ref 692f9d4db30c9c6c4f6bc76005cf153586202fa6 Fixes gh-3777 Closes gh-3778
* CSS: retrieve inline style before computedTimmy Willison2017-03-201-2/+7
| | | | - Fixes an issue with getting computed style on detached elements
* Dimensions: fall back to offsetWidth/Height for inline elemsTimmy Willison2017-03-201-2/+2
| | | | | Close gh-3577 Fixes gh-3571
* CSS: Support custom propertiesConnor Atherton2017-03-071-2/+3
| | | | | | Fixes gh-3144 Closes gh-3199 Closes gh-3557
* Build: Put all AMD modules in "src/" in strict modeMichał Gołębiowski2016-04-251-0/+2
| | | | Fixes gh-3073
* Docs: Update support comments to follow the new syntaxMichał Gołębiowski2016-03-301-2/+2
| | | | | The changes follow the spec proposed in: https://github.com/jquery/contribute.jquery.org/issues/95#issuecomment-69379197
* Docs:Tests: Remove obsolete code from tests, update support commentsMichał Gołębiowski2016-03-081-2/+2
| | | | | | | | | | Support comments that were lacking the final IE/Edge version that exhibits the bug were checked & updated. Links to the Chromium bug tracker were updated. Code in tests related to unsupported browsers (like Android 2.3 in non-basic tests) has been removed. Fixes gh-2868 Closes gh-2949
* Docs: use https where possibleBernhard M. Wiedemann2016-01-271-1/+1
| | | | Close gh-2875
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-3/+4
| | | | Fixes gh-2056
* CSS: Collapse a double if statement into oneMichał Gołębiowski2015-05-121-3/+0
| | | | | | Saves 3 bytes gzipped Closes gh-2296
* CSS: save 20 bytes in css/supportMichał Gołębiowski2015-02-051-0/+5
| | | | Refs gh-1842
* 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
| | | | | | | | | | This hack turns out to be needed by Android 4.0-4.3. Add a support test so that the hack is invoked only where needed. Refs gh-1815 Refs gh-1820 Closes gh-1842
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-11-031-26/+2
| | | | | | | | That includes Opera 12.x, Firefox<29, Safari<6.0 and some hacks for old Blackberry. Closes gh-1820 Refs gh-1815
* 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
| | | | Closes gh-1577
* 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 ↵Timmy Willison2013-09-101-0/+52
modules. -39 bytes. Close gh-1360.