Changeset 206703 in webkit


Ignore:
Timestamp:
Sep 30, 2016 6:28:44 PM (8 years ago)
Author:
mmaxfield@apple.com
Message:

Declare that our variation fonts work is in progress
https://bugs.webkit.org/show_bug.cgi?id=162816

Reviewed by Simon Fraser.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r206701 r206703  
     12016-09-30  Myles C. Maxfield  <mmaxfield@apple.com>
     2
     3        Declare that our variation fonts work is in progress
     4        https://bugs.webkit.org/show_bug.cgi?id=162816
     5
     6        Reviewed by Simon Fraser.
     7
     8        * features.json:
     9
    1102016-09-30  Myles C. Maxfield  <mmaxfield@apple.com>
    211
  • trunk/Source/WebCore/features.json

    r206577 r206703  
    1919    },
    2020    {
     21        "name": "CSS Fonts Level 4",
     22        "url": "https://drafts.csswg.org/css-fonts-4/",
     23        "keywords": ["css fonts", "fonts"],
     24        "category": "css",
     25        "contact": {
     26            "name": "Myles C. Maxfield",
     27            "twitter": "@Litherum",
     28            "email": "mmaxfield@apple.com"
     29        }
     30    },
     31    {
    2132        "name": "CSS Grid Layout Level 1",
    2233        "status": {
     
    804815        "specification": "Web Components",
    805816        "description": "Declares HTML fragments that can be cloned and inserted into the document by a script."
     817    },
     818    {
     819        "name": "Variation Fonts",
     820        "status": {
     821            "status": "In Development",
     822            "enabled-by-default": false
     823        },
     824        "url": "https://drafts.csswg.org/css-fonts-4/",
     825        "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=162815",
     826        "documentation-url": "https://drafts.csswg.org/css-fonts-4/",
     827        "specification": "CSS Fonts Level 4",
     828        "description": "Allows selection of variation values along fonts' exposed axes."
    806829    }
    807830    ]
Note: See TracChangeset for help on using the changeset viewer.