This commit is contained in:
Martin Aeschlimann 2024-08-26 20:02:31 +02:00 коммит произвёл GitHub
Родитель 52ef9eadc0
Коммит c008a80baa
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
5 изменённых файлов: 1972 добавлений и 1870 удалений

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -286,6 +286,7 @@ module.exports = {
'position-visibility': `There are times when an elements anchors are not appropriate for positioning the element with, and it would be better to simply not display the element at all. position-visibility provides several conditions where this could be the case.`,
'text-wrap-mode': `The text-wrap-mode CSS property controls whether the text inside an element is wrapped. The different values provide alternate ways of wrapping the content of a block element. It can also be set, and reset, using the {{CSSXRef("text-wrap")}} shorthand.`,
'text-wrap-style': `The text-wrap-style CSS property controls how text inside an element is wrapped. The different values provide alternate ways of wrapping the content of a block element. It can also be set, and reset, using the {{CSSXRef("text-wrap")}} shorthand.`,
'text-spacing-trim': `The text-spacing-trim CSS property controls the internal spacing set on Chinese/Japanese/Korean (CJK) punctuation characters between adjacent characters (kerning) and at the start or end of text lines.`,
},
pseudoSelectorDescriptions: {
':defined': 'The :defined CSS pseudo-class represents any element that has been defined. This includes any standard element built in to the browser, and custom elements that have been successfully defined (i.e. with the CustomElementRegistry.define() method).',

Разница между файлами не показана из-за своего большого размера Загрузить разницу

20
web-data/package-lock.json сгенерированный
Просмотреть файл

@ -1,28 +1,28 @@
{
"name": "@vscode/web-custom-data",
"version": "0.4.11",
"version": "0.4.12",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@vscode/web-custom-data",
"version": "0.4.11",
"version": "0.4.12",
"license": "MIT",
"devDependencies": {
"@mdn/browser-compat-data": "^5.5.30",
"mdn-data": "^2.8.0"
"@mdn/browser-compat-data": "^5.5.48",
"mdn-data": "^2.9.0"
}
},
"node_modules/@mdn/browser-compat-data": {
"version": "5.5.30",
"resolved": "https://registry.npmjs.org/@mdn/browser-compat-data/-/browser-compat-data-5.5.30.tgz",
"integrity": "sha512-ahKPOhFXDDDKJnhcScp6h/QnRS0L0GK3tnqV+8HgMRJ9K4IXsQOsyC9AwRKbcM+WK896o+yyliU7OdASyIYERw==",
"version": "5.5.48",
"resolved": "https://registry.npmjs.org/@mdn/browser-compat-data/-/browser-compat-data-5.5.48.tgz",
"integrity": "sha512-ddCsJkVKMfZJS4Ik7ekgoBjMPRdAb7p68+1VSRls3mUWJ2hknSAIOj2gBobRSd/8XdbIRYMsBEpJRl2jhB4sFg==",
"dev": true
},
"node_modules/mdn-data": {
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.8.0.tgz",
"integrity": "sha512-sez0u7AGXSY0LU2NKoHoMn2F2YAbHgDEXb91Wk2zAfTYsDoOqA4aJS+ZVIlk7ZdODBuOL0vhJ4yF57gMojXVbw==",
"version": "2.9.0",
"resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.9.0.tgz",
"integrity": "sha512-mRKpwcgT19Mp/+kU3BAA8onXlmRCs+2pdLAcAQMVYw4yWzDZPmVLYfoDYkdR0y4jvNYRDJp0uIGJggwYk6WMRQ==",
"dev": true
}
}

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@vscode/web-custom-data",
"version": "0.4.11",
"version": "0.4.12",
"license": "MIT",
"author": "Visual Studio Code Team",
"repository": {
@ -18,7 +18,7 @@
"data/*"
],
"devDependencies": {
"@mdn/browser-compat-data": "^5.5.30",
"mdn-data": "^2.8.0"
"@mdn/browser-compat-data": "^5.5.48",
"mdn-data": "^2.9.0"
}
}