Changeset 211303 in webkit


Ignore:
Timestamp:
Jan 27, 2017 2:39:33 PM (7 years ago)
Author:
mmaxfield@apple.com
Message:

Proclaim that we are considering font-display, rhythmic sizing, and text decoration level 4
https://bugs.webkit.org/show_bug.cgi?id=167340

Reviewed by Saam Barati.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r211301 r211303  
     12017-01-27  Myles C. Maxfield  <mmaxfield@apple.com>
     2
     3        Proclaim that we are considering font-display, rhythmic sizing, and text decoration level 4
     4        https://bugs.webkit.org/show_bug.cgi?id=167340
     5
     6        Reviewed by Saam Barati.
     7
     8        * features.json:
     9
    1102017-01-27  Chris Dumez  <cdumez@apple.com>
    211
  • trunk/Source/WebCore/features.json

    r209578 r211303  
    4141    },
    4242    {
     43        "name": "CSS Font Display",
     44        "status": {
     45            "status": "Under Consideration",
     46            "enabled-by-default": false
     47        },
     48        "url": "https://tabatkins.github.io/specs/css-font-display/",
     49        "keywords": ["css font display", "font display", "font-display", "css font rendering controls", "font rendering controls"],
     50        "category": "css",
     51        "description": "Allows content to specify what is shown during font loading.",
     52        "contact": {
     53            "name": "Myles C. Maxfield",
     54            "twitter": "@Litherum",
     55            "email": "mmaxfield@apple.com"
     56        }
     57    },
     58    {
    4359        "name": "CSS Fonts Level 4",
    4460        "url": "https://drafts.csswg.org/css-fonts-4/",
     
    113129    },
    114130    {
     131        "name": "CSS Rhythmic Sizing",
     132        "status": {
     133            "status": "Under Consideration",
     134            "enabled-by-default": false
     135        },
     136        "url": "https://drafts.csswg.org/css-rhythm/",
     137        "keywords": ["css rhythmic sizing", "rhythmic sizing", "step sizing"],
     138        "category": "css",
     139        "description": "Allows block content to set a simple grid to which lines will adhere.",
     140        "contact": {
     141            "name": "Myles C. Maxfield",
     142            "twitter": "@Litherum",
     143            "email": "mmaxfield@apple.com"
     144        }
     145    },
     146    {
    115147        "name": "CSS Scroll Snap Points Module Level 1",
    116148        "status": {
     
    136168            "twitter": "@awfulben",
    137169            "email": "benjamin@webkit.org"
     170        }
     171    },
     172    {
     173        "name": "CSS Text Decoration Level 4",
     174        "status": {
     175            "status": "Under Consideration",
     176            "enabled-by-default": false
     177        },
     178        "url": "https://drafts.csswg.org/css-text-decor-4/",
     179        "keywords": ["css text decoration", "text decoration"],
     180        "category": "css",
     181        "description": "Allows content to specify properties of text decorations such as underlines.",
     182        "contact": {
     183            "name": "Myles C. Maxfield",
     184            "twitter": "@Litherum",
     185            "email": "mmaxfield@apple.com"
    138186        }
    139187    },
Note: See TracChangeset for help on using the changeset viewer.