CARVIEW |
Select Language
HTTP/2 200
date: Wed, 16 Jul 2025 22:14:54 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/w3c/html-aam.git
etag: W/"2e13b4dbef5592b5b179a5cf16265fae"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=9hg6cEbnhyFIDbJvKtDroe8Ug76Izrnj3KjcA9tEEkSH4RM5CDihPFWQtqVgJ9GvEN84mcOeueJtccbdlZ6TzBbEP3bQ4UzVZ4b6BOboxdLVvojyxlqUWQiWql7CyZcf7%2BNH%2Fzg9bI3xkLrKqSjdmng1F6SL5zA5bnUTHvokJxh0LwQgxsRtOtPcE%2BfUzFpFNxZs6vyo17I9QrxPg%2FV8vNXvUDtRa0tAR6oiGdVorK16Wx5x%2BBb4ZoVyG9t1XxAKCw5HioBV4ReOMHxnzYE85Q%3D%3D--euW3fWBYdwMq%2Bybv--8lNUGZ4K%2FZcSHFkXKf7TvA%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.421916179.1752704093; Path=/; Domain=github.com; Expires=Thu, 16 Jul 2026 22:14:53 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 16 Jul 2026 22:14:53 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: D25E:327815:ED8F2:14CC0B:6878245D
Update ARIA mappings for various meter and input related attributes (… · w3c/html-aam@3caf0ce · GitHub
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit 3caf0ce
authored
Update ARIA mappings for various meter and input related attributes (#244)
* update ARIA mappings for attributes
While the `meter` role will be defined in ARIA 1.2, the attribute mappings for `min` and `max` are available now, so we should point to those.
This commit also updates the HTML attr links for these attributes.
Additionally, ARIA 1.2 notes that an attribute for `low`, `high` and `optimum` will not be made until ARIA 1.3, if at all. Those HTML attribute ARIA mappings have also been updated as necessary.
Squashed commits:
* update ARIA mapping for meter & progress value attr
* update changelog
* Update index.html (typo)1 parent 787e741 commit 3caf0ceCopy full SHA for 3caf0ce
File tree
Expand file treeCollapse file tree
1 file changed
+125
-110
lines changedFilter options
Expand file treeCollapse file tree
1 file changed
+125
-110
lines changed+125-110Lines changed: 125 additions & 110 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4446 | 4446 |
| |
4447 | 4447 |
| |
4448 | 4448 |
| |
4449 |
| - | |
4450 |
| - | |
4451 |
| - | |
4452 |
| - | |
4453 |
| - | |
4454 |
| - | |
4455 |
| - | |
4456 |
| - | |
| 4449 | + | |
| 4450 | + | |
| 4451 | + | |
| 4452 | + | |
| 4453 | + | |
| 4454 | + | |
| 4455 | + | |
| 4456 | + | |
| 4457 | + | |
| 4458 | + | |
4457 | 4459 |
| |
4458 | 4460 |
| |
4459 | 4461 |
| |
| |||
4604 | 4606 |
| |
4605 | 4607 |
| |
4606 | 4608 |
| |
4607 |
| - | |
| 4609 | + | |
4608 | 4610 |
| |
4609 | 4611 |
| |
4610 | 4612 |
| |
| |||
4660 | 4662 |
| |
4661 | 4663 |
| |
4662 | 4664 |
| |
4663 |
| - | |
| 4665 | + | |
4664 | 4666 |
| |
4665 | 4667 |
| |
4666 | 4668 |
| |
4667 | 4669 |
| |
4668 | 4670 |
| |
4669 | 4671 |
| |
4670 | 4672 |
| |
4671 |
| - | |
4672 |
| - | |
4673 |
| - | |
4674 |
| - | |
4675 |
| - | |
4676 |
| - | |
4677 |
| - | |
4678 |
| - | |
4679 |
| - | |
4680 |
| - | |
4681 |
| - | |
4682 |
| - | |
4683 |
| - | |
4684 |
| - | |
4685 |
| - | |
4686 |
| - | |
4687 |
| - | |
| 4673 | + | |
| 4674 | + | |
| 4675 | + | |
| 4676 | + | |
| 4677 | + | |
| 4678 | + | |
| 4679 | + | |
| 4680 | + | |
| 4681 | + | |
| 4682 | + | |
| 4683 | + | |
| 4684 | + | |
| 4685 | + | |
| 4686 | + | |
| 4687 | + | |
| 4688 | + | |
| 4689 | + | |
4688 | 4690 |
| |
4689 | 4691 |
| |
4690 | 4692 |
| |
4691 |
| - | |
4692 |
| - | |
4693 |
| - | |
4694 |
| - | |
4695 |
| - | |
4696 |
| - | |
4697 |
| - | |
4698 |
| - | |
4699 |
| - | |
4700 |
| - | |
4701 |
| - | |
4702 |
| - | |
4703 |
| - | |
4704 |
| - | |
4705 |
| - | |
4706 |
| - | |
4707 |
| - | |
4708 |
| - | |
| 4693 | + | |
| 4694 | + | |
| 4695 | + | |
| 4696 | + | |
| 4697 | + | |
| 4698 | + | |
| 4699 | + | |
| 4700 | + | |
| 4701 | + | |
| 4702 | + | |
| 4703 | + | |
| 4704 | + | |
| 4705 | + | |
| 4706 | + | |
| 4707 | + | |
| 4708 | + | |
| 4709 | + | |
| 4710 | + | |
| 4711 | + | |
4709 | 4712 |
| |
4710 | 4713 |
| |
4711 | 4714 |
| |
| |||
4738 | 4741 |
| |
4739 | 4742 |
| |
4740 | 4743 |
| |
4741 |
| - | |
4742 |
| - | |
4743 |
| - | |
4744 |
| - | |
4745 |
| - | |
4746 |
| - | |
4747 |
| - | |
4748 |
| - | |
4749 |
| - | |
4750 |
| - | |
4751 |
| - | |
4752 |
| - | |
4753 |
| - | |
4754 |
| - | |
4755 |
| - | |
4756 |
| - | |
4757 |
| - | |
4758 |
| - | |
| 4744 | + | |
| 4745 | + | |
| 4746 | + | |
| 4747 | + | |
| 4748 | + | |
| 4749 | + | |
| 4750 | + | |
| 4751 | + | |
| 4752 | + | |
| 4753 | + | |
| 4754 | + | |
| 4755 | + | |
| 4756 | + | |
| 4757 | + | |
| 4758 | + | |
| 4759 | + | |
| 4760 | + | |
| 4761 | + | |
| 4762 | + | |
| 4763 | + | |
4759 | 4764 |
| |
4760 | 4765 |
| |
4761 |
| - | |
4762 |
| - | |
4763 |
| - | |
4764 |
| - | |
4765 |
| - | |
4766 |
| - | |
4767 |
| - | |
4768 |
| - | |
4769 |
| - | |
4770 |
| - | |
4771 |
| - | |
4772 |
| - | |
4773 |
| - | |
4774 |
| - | |
4775 |
| - | |
4776 |
| - | |
4777 |
| - | |
4778 |
| - | |
| 4766 | + | |
| 4767 | + | |
| 4768 | + | |
| 4769 | + | |
| 4770 | + | |
| 4771 | + | |
| 4772 | + | |
| 4773 | + | |
| 4774 | + | |
| 4775 | + | |
| 4776 | + | |
| 4777 | + | |
| 4778 | + | |
| 4779 | + | |
| 4780 | + | |
| 4781 | + | |
| 4782 | + | |
| 4783 | + | |
4779 | 4784 |
| |
4780 | 4785 |
| |
4781 | 4786 |
| |
| |||
4926 | 4931 |
| |
4927 | 4932 |
| |
4928 | 4933 |
| |
4929 |
| - | |
4930 |
| - | |
4931 |
| - | |
4932 |
| - | |
4933 |
| - | |
4934 |
| - | |
4935 |
| - | |
4936 |
| - | |
| 4934 | + | |
| 4935 | + | |
| 4936 | + | |
| 4937 | + | |
| 4938 | + | |
| 4939 | + | |
| 4940 | + | |
| 4941 | + | |
| 4942 | + | |
| 4943 | + | |
4937 | 4944 |
| |
4938 | 4945 |
| |
4939 | 4946 |
| |
| |||
5650 | 5657 |
| |
5651 | 5658 |
| |
5652 | 5659 |
| |
5653 |
| - | |
5654 |
| - | |
5655 |
| - | |
5656 |
| - | |
5657 |
| - | |
5658 |
| - | |
5659 |
| - | |
5660 |
| - | |
5661 |
| - | |
5662 |
| - | |
5663 |
| - | |
5664 |
| - | |
5665 |
| - | |
5666 |
| - | |
5667 |
| - | |
5668 |
| - | |
5669 |
| - | |
5670 |
| - | |
5671 |
| - | |
5672 |
| - | |
| 5660 | + | |
| 5661 | + | |
| 5662 | + | |
| 5663 | + | |
| 5664 | + | |
| 5665 | + | |
| 5666 | + | |
| 5667 | + | |
| 5668 | + | |
| 5669 | + | |
| 5670 | + | |
| 5671 | + | |
| 5672 | + | |
| 5673 | + | |
| 5674 | + | |
| 5675 | + | |
| 5676 | + | |
| 5677 | + | |
| 5678 | + | |
| 5679 | + | |
| 5680 | + | |
| 5681 | + | |
| 5682 | + | |
| 5683 | + | |
| 5684 | + | |
| 5685 | + | |
| 5686 | + | |
5673 | 5687 |
| |
5674 | 5688 |
| |
5675 | 5689 |
| |
| |||
6306 | 6320 |
| |
6307 | 6321 |
| |
6308 | 6322 |
| |
6309 |
| - | |
| 6323 | + | |
| 6324 | + | |
6310 | 6325 |
| |
6311 | 6326 |
| |
6312 | 6327 |
| |
|
You can’t perform that action at this time.
0 commit comments