Skip to content

Commit

Permalink
update data
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacha Greif committed May 13, 2024
1 parent d2b93e9 commit 6649f0b
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 54 deletions.
174 changes: 121 additions & 53 deletions state_of_html/html2023/results/data/usage/html_missing_elements.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,109 +8,177 @@
"combined": {
"currentEdition": {
"completion": {
"count": 12489,
"percentageSurvey": 59.74,
"count": 12038,
"percentageSurvey": 57.59,
"total": 20904
},
"buckets": [
{
"count": 6641,
"count": 6400,
"id": "datatable",
"percentageQuestion": 53.17,
"percentageSurvey": 31.77
"percentageQuestion": 53.16,
"percentageSurvey": 30.62,
"entity": {
"type": "default"
}
},
{
"count": 4833,
"count": 4681,
"id": "tabs",
"percentageQuestion": 38.7,
"percentageSurvey": 23.12
"percentageQuestion": 38.89,
"percentageSurvey": 22.39,
"entity": {
"type": "default"
}
},
{
"count": 3794,
"count": 3700,
"id": "switch",
"percentageQuestion": 30.38,
"percentageSurvey": 18.15
"percentageQuestion": 30.74,
"percentageSurvey": 17.7,
"entity": {
"type": "default"
}
},
{
"count": 3688,
"count": 3621,
"id": "skeleton_loading_placeholder",
"percentageQuestion": 29.53,
"percentageSurvey": 17.64
"percentageQuestion": 30.08,
"percentageSurvey": 17.32,
"entity": {
"type": "default"
}
},
{
"count": 3687,
"count": 3578,
"id": "context_menu",
"percentageQuestion": 29.52,
"percentageSurvey": 17.64
"percentageQuestion": 29.72,
"percentageSurvey": 17.12,
"entity": {
"type": "default"
}
},
{
"count": 3201,
"count": 3147,
"id": "carousel",
"percentageQuestion": 25.63,
"percentageSurvey": 15.31
"percentageQuestion": 26.14,
"percentageSurvey": 15.05,
"entity": {
"type": "default"
}
},
{
"count": 3172,
"count": 3096,
"id": "scroll_area",
"percentageQuestion": 25.4,
"percentageSurvey": 15.17
"percentageQuestion": 25.72,
"percentageSurvey": 14.81,
"entity": {
"type": "default"
}
},
{
"count": 2408,
"count": 2370,
"id": "accordion",
"percentageQuestion": 19.28,
"percentageSurvey": 11.52
"percentageQuestion": 19.69,
"percentageSurvey": 11.34,
"entity": {
"type": "default"
}
},
{
"count": 1482,
"count": 1460,
"id": "image_zoom",
"percentageQuestion": 11.87,
"percentageSurvey": 7.09
"percentageQuestion": 12.13,
"percentageSurvey": 6.98,
"entity": {
"type": "default"
}
},
{
"count": 815,
"count": 793,
"id": "segmented_button",
"percentageQuestion": 6.53,
"percentageSurvey": 3.9
"percentageQuestion": 6.59,
"percentageSurvey": 3.79,
"entity": {
"type": "default"
}
},
{
"count": 490,
"count": 482,
"id": "star_rating",
"percentageQuestion": 3.92,
"percentageSurvey": 2.34
"percentageQuestion": 4,
"percentageSurvey": 2.31,
"entity": {
"type": "default"
}
},
{
"count": 185,
"id": "form_input_issues",
"percentageQuestion": 1.51,
"percentageSurvey": 0.88,
"count": 56,
"id": "autocomplete",
"percentageQuestion": 0.47,
"percentageSurvey": 0.27,
"isFreeformData": true,
"entity": {
"name": "Input element issues",
"nameClean": "Input element issues",
"description": "Issues concerning various form input elements",
"descriptionClean": "Issues concerning various form input elements",
"id": "form_input_issues",
"name": "Autocomplete",
"nameClean": "Autocomplete",
"description": "Autocomplete, comboxbox, typeahead, etc. inputs",
"descriptionClean": "Autocomplete, comboxbox, typeahead, etc. inputs",
"id": "autocomplete",
"type": "default"
}
},
{
"count": 206,
"count": 35,
"id": "input_type_date",
"percentageQuestion": 0.29,
"percentageSurvey": 0.17,
"isFreeformData": true,
"entity": {
"name": "`<input type=\"date\">`\n",
"nameHtml": "<code>&lt;input type=\"date\"&gt;</code>\n",
"nameClean": "input type=\"date\"",
"id": "input_type_date",
"type": "feature"
}
},
{
"count": 28,
"id": "select_multiple_element",
"percentageQuestion": 0.23,
"percentageSurvey": 0.13,
"isFreeformData": true,
"entity": {
"name": "`<select multiple>`\n",
"nameHtml": "<code>&lt;select multiple&gt;</code>\n",
"nameClean": "select multiple",
"id": "select_multiple_element",
"type": "feature"
}
},
{
"count": 256,
"id": "no_match",
"percentageQuestion": 1.65,
"percentageSurvey": 0.99,
"isFreeformData": true
"percentageQuestion": 2.13,
"percentageSurvey": 1.22,
"isFreeformData": true,
"entity": {
"type": "default"
}
},
{
"count": 338,
"id": "na",
"percentageQuestion": 2.71,
"percentageSurvey": 1.62
"percentageQuestion": 2.81,
"percentageSurvey": 1.62,
"entity": {
"type": "default"
}
},
{
"count": 8681,
"count": 9126,
"id": "other_answers",
"percentageQuestion": 2.67,
"percentageSurvey": 41.21
"percentageQuestion": 2.51,
"percentageSurvey": 43.49
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ query html2023htmlMissingElementsQuery {
combined(
parameters: {
showNoAnswer: true
cutoffPercent: 1
cutoffPercent: 0
mergeOtherBuckets: true
cutoff: 25
}
) {
currentEdition {
Expand Down

0 comments on commit 6649f0b

Please sign in to comment.