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-123-4/+4
* CSS: Justify use of rtrim on CSS property valuesRichard Gibson2022-01-031-0/+6
* CSS: Remove a redundant extension from rtrimCSS inclusion in curCSSMichał Gołębiowski-Owczarek2021-10-191-1/+1
* CSS: Trim whitespace surrounding CSS Custom Properties valuesfecore12021-10-182-1/+17
* Support: ensure display is set to block for the support div (#4844)Timmy Willison2021-02-161-0/+8
* Dimensions: Modify reliableTrDimensions support test to account for FFTimmy Willison2021-01-111-2/+13
* Build: Enable ESLint one-var rule for var declarations in browser codeMichał Gołębiowski-Owczarek2020-03-021-2/+2
* CSS: Workaround buggy getComputedStyle on table rows in IE/EdgeMichał Gołębiowski-Owczarek2019-10-141-1/+30
* Build: ESLint: forbid unused function parametersMichał Gołębiowski-Owczarek2019-09-261-2/+2
* Build: Fix unresolved jQuery reference in finalPropNameMichał Gołębiowski-Owczarek2019-04-171-1/+4
* 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
* CSS: fix AMD mode for the new showHide moduleTimmy Willison2015-10-181-1/+2
* CSS: Make show/hide/toggle methods a moduleDave Methvin2015-10-181-3/+24
* Ajax:Attributes:CSS:Manipulation: Reduce Android 2.3 supportMichał Gołębiowski2015-09-141-32/+1
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-0712-31/+45
* CSS: make the getStyles function more readableThomas Tortorini2015-06-251-3/+6
* CSS: Don't name the anonymous swap functionMichał Gołębiowski2015-06-011-1/+1
* CSS: fix :visible/:hidden selectors for inline element w/ contentTimmy Willison2015-05-121-4/+2
* CSS: Collapse a double if statement into oneMichał Gołębiowski2015-05-121-3/+0