Changeset 272844 in webkit


Ignore:
Timestamp:
Feb 15, 2021, 2:23:23 AM (5 years ago)
Author:
Manuel Rego Casasnovas
Message:

[selectors] Update :focus-visible status in features.json
https://bugs.webkit.org/show_bug.cgi?id=221889

Reviewed by Sergio Villar Senin.

  • features.json:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r272843 r272844  
     12021-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
    1102021-02-12  Sergio Villar Senin  <svillar@igalia.com>
    211
  • trunk/Source/WebCore/features.json

    r271721 r272844  
    858858        "name": "CSS Selector :focus-visible",
    859859        "status": {
    860             "status": "Under Consideration",
     860            "status": "In Development",
    861861            "enabled-by-default": false
    862862        },
    863863        "url": "https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo",
    864864        "specification": "CSS Selectors Level 4",
     865        "keywords": ["focus visible", "focus-visible", ":focus-visible"],
    865866        "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.",
    866867        "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"
    870871        }
    871872    },
Note: See TracChangeset for help on using the changeset viewer.