aboutsummaryrefslogtreecommitdiffstats
path: root/src/css
Commit message (Expand)AuthorAgeFilesLines
* 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
* Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER`Michał Gołębiowski-Owczarek2022-01-041-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-232-1/+10
* Support: ensure display is set to block for the support divTimmy Willison2021-02-171-0/+9
* Dimensions: Add offset prop fallback to FF for unreliable TR dimensionsTimmy Willison2021-01-111-0/+52
* Core: Drop support for Edge Legacy (i.e. non-Chromium Microsoft Edge)Michał Gołębiowski-Owczarek2020-09-222-35/+1
* Build: Update eslint-config-jquery, fix linting violationsMichał Gołębiowski-Owczarek2020-05-184-4/+4
* Build: Enable ESLint one-var rule for var declarations in browser codeMichał Gołębiowski-Owczarek2020-03-021-2/+2
* Core: Migrate from AMD to ES modules 🎉Michał Gołębiowski-Owczarek2019-11-1813-124/+56
* CSS: Workaround buggy getComputedStyle on table rows in IE/EdgeMichał Gołębiowski-Owczarek2019-10-141-0/+40
* Build: ESLint: forbid unused function parametersMichał Gołębiowski-Owczarek2019-05-131-2/+2
* Core: Remove IE-specific support tests, rely on document.documentModeMichał Gołębiowski-Owczarek2019-05-131-60/+0
* Build: Fix AMD dependencies in curCSSMichał Gołębiowski-Owczarek2019-04-302-8/+1
* Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJSMichał Gołębiowski-Owczarek2019-04-296-149/+40
* Core: Remove deprecated jQuery APIsMichał Gołębiowski-Owczarek2019-04-291-5/+4
* Data: Separate data & css/effects camelCase implementationsMichał Gołębiowski-Owczarek2019-04-291-0/+20
* Build: Fix unresolved jQuery reference in finalPropNameMichał Gołębiowski-Owczarek2019-04-171-1/+4
* CSS: Don't automatically add "px" to properties with a few exceptionsMichał Gołębiowski-Owczarek2019-04-082-3/+45
* Core: Recognize Shadow DOM in attachment checksSaptak Sengupta2018-11-092-2/+2
* CSS: Don't read styles.position in the width/height cssHook unless necessaryMichał Gołębiowski-Owczarek2018-10-081-1/+1
* CSS: Correctly detect scrollbox support with non-default zoomRichard Gibson2018-05-071-1/+3
* CSS: Skip the px-appending logic for animations of non-element propsMichał Gołębiowski-Owczarek2018-04-301-1/+2
* CSS: Avoid filling jQuery.cssPropsDave Methvin2018-03-191-0/+39
* Core: Use isAttached to check for attachment of elementSaptak Sengupta2018-03-052-7/+7
* CSS: Correctly set support properties with non-default zoomSaptak Sengupta2017-12-051-3/+7
* CSS: Detect more WebKit styles erroneously reported as percentagesRichard Gibson2017-09-184-16/+18
* CSS: Avoid unit-conversion interference from CSS upper boundsRichard Gibson2017-08-281-17/+19
* Support: Properly check for IE9 absolute scrollbox mishandlingRichard Gibson2017-07-181-22/+22
* Dimensions: Detect and account for content-box dimension mishandlingRichard Gibson2017-07-101-6/+15
* 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: More ESLint related changesOleg Gaidarenko2016-07-091-1/+1
* Build: ESLint detailsOleg Gaidarenko2016-06-111-2/+6
* Build: Put all AMD modules in "src/" in strict modeMichał Gołębiowski2016-04-2512-0/+23
* Build: A more modest block-level function proposalRichard Gibson2016-04-231-18/+19
* CSS: Toggle detached elements as visible unless they have display: noneRichard Gibson2016-04-112-10/+20
* Docs: Update support comments to follow the new syntaxMichał Gołębiowski2016-03-303-5/+5
* Support: improve support properties computationOleg Gaidarenko2016-03-281-19/+15
* Docs:Tests: Remove obsolete code from tests, update support commentsMichał Gołębiowski2016-03-084-7/+7
* Selector: filters -> pseudosTimmy Willison2016-03-071-3/+3
* CSS: Make sure elem.ownerDocument.defaultView is not nullTodor Prikumov2016-01-271-1/+1
* Docs: use https where possibleBernhard M. Wiedemann2016-01-271-1/+1
* CSS: isHidden -> isHiddenWithinTreeTimmy Willison2016-01-212-4/+6
* CSS: Stop Firefox from treating disconnected elements as cascade-hiddenRichard Gibson2016-01-141-1/+6
* CSS: Restore cascade-override behavior in .showRichard Gibson2016-01-131-6/+38
* Effects: fix loading showHide in AMD modeTimmy Willison2015-11-101-0/+1
* CSS: Correct misrepresentation of "auto" horizontal margins as 0Richard Gibson2015-10-181-6/+18