data
data copied to clipboard
This repository contains general data for Web technologies
As mentioned in https://github.com/frenic/csstype/issues/58. These properties are valid and commonly used as fallback to an old spec of CSS Grid. - [`-ms-grid-row`](https://technet.microsoft.com/en-us/hh772254(v=vs.71)) - [`-ms-grid-row-span`](https://msdn.microsoft.com/en-us/ie/hh772260(v=vs.94)) - [`-ms-grid-row-align`](https://technet.microsoft.com/en-us/windows/hh772256(v=vs.60)) - [`-ms-grid-column`](https://technet.microsoft.com/en-us/hh772242(v=vs.71)) - [`-ms-grid-column-span`](https://technet.microsoft.com/en-us/hh772248(v=vs.71))...
It's quite often that CSS proposals changes, and experimental elements disappear or get replaced. For example, `motion` was dropped in favor of `offset`: https://github.com/mdn/data/issues/314 I also noticed both `block-overflow` and...
In late 2015, the HTML spec was updated to [merge `DOMSettableTokenList` into `DOMTokenList`](https://github.com/whatwg/html/commit/98183f98c609d61e508bbec46b7ab86d37b99b47). It appears that no MDN page exists for `DOMSettableTokenList`. So the inheritance for this can be safely...
When I originally opened this ticket. I made two mistakes. They are now marked. ``` CSSStyleValue CSSImageValue CSSKeywordValue CSSNumericValue CSSMathValue CSSMathInvert CSSMathMax CSSMathMin CSSMathNegate CSSMathProduct CSSMathSum (NOT CORRECT: CSSMathValue) CSSUnitValue...
The inheritance for these APIs looks like this. ``` EventTarget Sensor Accelerometer LinearAccelerationSensor AmbientLightSensor Gyroscope Magnetometer OrientationSensor AbsoluteOrientationSensor RelativeOrientationSensor ``` And ``` Event SensorErrorEvent ``` And ``` SensorOptions SpatialSensorOptions ```
This is to address https://github.com/mdn/data/issues/199 for CSS properties. The overall proposal for how we are going to do this is captured in the [CSS property short descriptions](https://github.com/mdn/data/wiki/CSS-property-short-descriptions) Wiki document. Broadly...
https://github.com/mdn/browser-compat-data/blob/master/css/at-rules/font-feature-values.json has it all, however in here we don't have it: https://github.com/mdn/data/blob/master/css/at-rules.json
@rachelandrew is working on sorting out the MDN docs on grid/flexbox/box alignment, and pointed out that the sidebars for these items don't make sense. It seems that part of the...
I'm not sure if there's a better name for "pseudo-classes that act as functions"? Essentially what I mean are pseudo-classes like `:dir()`, `:lang()`, etc. This is a list of function...
I looked through `vscode-css-languageservice`'s [css-schema.xml](https://github.com/Microsoft/vscode-css-languageservice/blob/d83b784f4b3c3e1bf9bc8d6942cc3ddc5befb8cc/build/css-schema.xml) and found a decent number of pseudo-classes that are missing from `mdn/data`. - `:blank` - `:corner-present` - `:current` - `:current()` - `:decrement` - `:double-button` -...