Changeset 272844 in webkit
- Timestamp:
- Feb 15, 2021, 2:23:23 AM (5 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r272843 r272844 1 2021-02-15 Manuel Rego Casasnovas <rego@igalia.com> 2 3 [selectors] Update :focus-visible status in features.json 4 https://bugs.webkit.org/show_bug.cgi?id=221889 5 6 Reviewed by Sergio Villar Senin. 7 8 * features.json: 9 1 10 2021-02-12 Sergio Villar Senin <svillar@igalia.com> 2 11 -
trunk/Source/WebCore/features.json
r271721 r272844 858 858 "name": "CSS Selector :focus-visible", 859 859 "status": { 860 "status": " Under Consideration",860 "status": "In Development", 861 861 "enabled-by-default": false 862 862 }, 863 863 "url": "https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo", 864 864 "specification": "CSS Selectors Level 4", 865 "keywords": ["focus visible", "focus-visible", ":focus-visible"], 865 866 "description": "The selector :focus-visible matches an element that has received focus and the user-agent has determined that the focus should be made visible on the element.", 866 867 "contact": { 867 "name": " Jonathan Davis",868 "twitter": "@ jonathandavis",869 "email": " web-evangelist@apple.com"868 "name": "Manuel Rego", 869 "twitter": "@regocas", 870 "email": "rego@igalia.com" 870 871 } 871 872 },
Note:
See TracChangeset
for help on using the changeset viewer.