Collin O'Connor
a9ef6c472d
Fixed max-lines property description typo
2022-03-01 19:28:38 -05:00
Martin Aeschlimann
7f8ead10d2
update. Fixes microsoft/vscode#144037. Fixes #40
2022-02-28 15:17:12 +01:00
Martin Aeschlimann
4d539c131e
version 0.3.8
2022-02-24 10:37:37 +01:00
Martin Aeschlimann
b50e90f682
Remove deprecated ARIA attributes from language data. For microsoft/vscode-html-languageservice#120
2022-01-24 22:32:43 +01:00
Martin Aeschlimann
be85ee1901
update version
2022-01-24 22:10:52 +01:00
Martin Aeschlimann
501aaeb82e
update version
2022-01-24 20:08:17 +01:00
Martin Aeschlimann
785f793683
update docs to @vscode/web-custom-data
2022-01-24 20:04:15 +01:00
Martin Aeschlimann
2dd93eaf0c
update data
2022-01-24 17:17:35 +01:00
Martin Aeschlimann
b9c209621e
add repository and bugs url
2022-01-24 17:04:00 +01:00
samhenrigold
6a7dc56344
Added system-ui to the system font stack
...
Chrome and Safari have the [system-ui](https://caniuse.com/font-family-system-ui ) keyword, a more modern way of writing “-apple-system, BlinkMacSystemFont". It was added to Chrome in 2016 and Safari in 2017.
2021-12-31 19:49:47 -05:00
Martin Aeschlimann
b9441643b1
Merge pull request #36 from microsoft/dependabot/npm_and_yarn/samples/svg/nth-check-2.0.1
...
Bump nth-check from 1.0.2 to 2.0.1 in /samples/svg
2021-10-29 17:22:00 +02:00
dependabot[bot]
f133f9aa17
Bump nth-check from 1.0.2 to 2.0.1 in /samples/svg
...
Bumps [nth-check](https://github.com/fb55/nth-check ) from 1.0.2 to 2.0.1.
- [Release notes](https://github.com/fb55/nth-check/releases )
- [Commits](https://github.com/fb55/nth-check/compare/v1.0.2...v2.0.1 )
---
updated-dependencies:
- dependency-name: nth-check
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-10-29 15:21:37 +00:00
Martin Aeschlimann
441f02aa39
update svg sample (description fetching no longer works)
2021-10-29 17:19:29 +02:00
abuco
da3475ebc2
Update htmlGlobalAttributes.json
...
Update MDN links in the descriptions to use absolute, language-neutral URLs.
2021-10-21 22:26:26 +11:00
abuco
9ab45bb500
Add the values "on" and "off" to the "autocomplete" attribute
...
The two keywords were not previously included.
2021-10-21 22:23:29 +11:00
Martin Aeschlimann
e5b12e60e1
update mdn-data
2021-10-01 16:10:34 +02:00
Martin Aeschlimann
3b5580eabc
Merge pull request #32 from domdomegg/domdomegg/update-form-attrs-capitals
...
Update method and formmethod HTML attrs capitalization
2021-10-01 16:09:28 +02:00
Adam Jones
7153876237
Update method and formmethod HTML attrs capitalization
...
As per the [HTML standard](https://html.spec.whatwg.org/#attr-fs-method ) (and the descriptions in [vscode-html-languageservice](https://github.com/microsoft/vscode-html-languageservice/blob/main/src/languageFacts/data/webCustomData.ts ), and common reference sites like w3schools and MDN, and the w3 validator and libraries like html-validate), the value of these should be in lowercase.
2021-09-01 01:30:06 +01:00
Martin Aeschlimann
d0480e9a7e
fix svg compile errors
2021-08-30 14:42:51 +02:00
Martin Aeschlimann
6e42e10bc7
0.3.5
2021-08-30 14:06:26 +02:00
Martin Aeschlimann
e89d38d737
update
2021-08-30 13:50:07 +02:00
Martin Aeschlimann
ec9c0fe040
Logical properties 'block-size' and 'inline-size' have wrong schema-help-text. Fixes #27
2021-08-27 16:15:22 +02:00
Martin Aeschlimann
850a928fc9
Fix typo in browsers.css-data.json. Fixes #22
2021-08-27 16:15:22 +02:00
Martin Aeschlimann
7a0cee79c6
Merge pull request #22 from jblz/patch-1
...
Fix typo in browsers.css-data.json
2021-08-27 16:14:01 +02:00
Jeff Bowen
e8833ae500
Merge branch 'main' of github.com:microsoft/vscode-custom-data into patch-1
2021-08-27 10:10:04 -04:00
Jeff Bowen
1d81bd56c8
Revert "Fix typo in browsers.css-data.json"
...
This reverts commit 246bac3bb0
.
2021-08-27 10:09:42 -04:00
Jeff Bowen
675eee37d8
Fix typo in css-schema.xml
2021-08-27 10:04:24 -04:00
Martin Aeschlimann
8b2c67825b
Merge pull request #26 from microsoft/dependabot/npm_and_yarn/samples/svg/path-parse-1.0.7
...
Bump path-parse from 1.0.6 to 1.0.7 in /samples/svg
2021-08-27 15:39:23 +02:00
Martin Aeschlimann
2cf3b53427
Merge pull request #24 from microsoft/dependabot/npm_and_yarn/samples/svg/ws-5.2.3
...
Bump ws from 5.2.2 to 5.2.3 in /samples/svg
2021-08-27 15:39:14 +02:00
Martin Aeschlimann
574ac23fcc
fix description `for the thickness `
2021-08-27 15:37:31 +02:00
dependabot[bot]
9430b164a1
Bump path-parse from 1.0.6 to 1.0.7 in /samples/svg
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-08-11 10:34:14 +00:00
Martin Aeschlimann
454cf77c17
MIT
2021-07-05 15:55:52 +02:00
Martin Aeschlimann
063f2d3c54
license wording
2021-07-05 09:46:01 +02:00
Martin Aeschlimann
0b446ce8af
add license file
2021-07-02 15:45:36 +02:00
dependabot[bot]
51404492f9
Bump ws from 5.2.2 to 5.2.3 in /samples/svg
...
Bumps [ws](https://github.com/websockets/ws ) from 5.2.2 to 5.2.3.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/5.2.2...5.2.3 )
---
updated-dependencies:
- dependency-name: ws
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-06-28 18:35:04 +00:00
Martin Aeschlimann
456fe19ba9
add mouse & pointer events
2021-06-28 20:34:33 +02:00
Jeff Bowen
246bac3bb0
Fix typo in browsers.css-data.json
...
`the interior or the perimete of the element.` -> `the interior or the perimeter of the element.`
2021-06-15 16:24:38 -04:00
Martin Aeschlimann
a886bc67d7
0.3.4
2021-05-31 21:39:41 +02:00
Martin Aeschlimann
099ccd8ecf
update
2021-05-31 21:38:43 +02:00
Martin Aeschlimann
09f3488d13
Merge pull request #21 from microsoft/dependabot/npm_and_yarn/samples/svg/lodash-4.17.21
...
Bump lodash from 4.17.19 to 4.17.21 in /samples/svg
2021-05-31 21:33:36 +02:00
dependabot[bot]
a909a86a12
Bump lodash from 4.17.19 to 4.17.21 in /samples/svg
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.19 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-10 11:51:14 +00:00
Martin Aeschlimann
a2a50165bb
update sample dependencies
2021-04-21 09:25:37 +02:00
Martin Aeschlimann
37aab9166b
Merge pull request #20 from david-fong/main
...
array method choice improvements
2021-03-31 10:12:51 +02:00
David Fong
76994c2e1d
array method choice improvements
2021-03-29 00:55:21 -07:00
Martin Aeschlimann
e41a9e16ab
Merge pull request #13 from microsoft/dependabot/npm_and_yarn/samples/svg/lodash-4.17.19
...
Bump lodash from 4.17.11 to 4.17.19 in /samples/svg
2021-02-26 17:29:07 +01:00
Martin Aeschlimann
3462319087
update to 0.3.3
2021-01-25 16:54:49 +01:00
Martin Aeschlimann
aa78cab174
update
2021-01-25 16:54:13 +01:00
Martin Aeschlimann
e15a9a5995
svg sample: update dependencies
2020-11-30 15:01:11 +01:00
Martin Aeschlimann
820d224127
update to 0.3.2
2020-11-30 14:37:31 +01:00
Martin Aeschlimann
cbf1b37836
update data, switch to @mdn/browser-compat-data
2020-11-30 14:26:48 +01:00