Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit e6b5ce7

Browse files
WliuWliu
authored andcommitted
☁️ Update completions
1 parent 7b5fd2a commit e6b5ce7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

completions.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
"description": "Represents a caption or a legend associated with a figure or an illustration described by the rest of the data of the figure element which is its immediate ancestor."
214214
},
215215
"figure": {
216-
"description": "Represents self-contained content, frequently with a caption (figcaption), and is typically referenced as a single unit."
216+
"description": "Represents self-contained content, frequently with a caption (figcaption), and is typically referenced as a single unit."
217217
},
218218
"footer": {
219219
"description": "Represents a footer for its nearest sectioning content or sectioning root element."
@@ -382,7 +382,7 @@
382382
"description": "Specifies relationships between the current document and an external resource."
383383
},
384384
"main": {
385-
"description": "Represents the main content of the body of a document or application."
385+
"description": "Represents the main content of the body of a document, portion of a document, or application."
386386
},
387387
"map": {
388388
"attributes": [
@@ -439,10 +439,10 @@
439439
"description": "Represents either a scalar value within a known range or a fractional value."
440440
},
441441
"nav": {
442-
"description": "Represents a section of a page that links to other pages or to parts within the page: a section with navigation links."
442+
"description": "Represents a section of a page whose purpose is to provide navigation links, either within the current document or to other documents."
443443
},
444444
"noscript": {
445-
"description": "Defines a section of html to be inserted if a script type on the page is unsupported or if scripting is currently turned off in the browser."
445+
"description": "Defines a section of HTML to be inserted if a script type on the page is unsupported or if scripting is currently turned off in the browser."
446446
},
447447
"object": {
448448
"attributes": [
@@ -985,7 +985,7 @@
985985
},
986986
"tabindex": {
987987
"global": "true",
988-
"description": "An integer indicating if the element can take input focus (is focusable), if it should participate to sequential keyboard navigation, and if so, at what position."
988+
"description": "Indicates if its element can be focused, and if/where it participates in sequential keyboard navigation (usually with the Tab key, hence the name)."
989989
},
990990
"title": {
991991
"global": "true",

0 commit comments

Comments
 (0)