Changeset 182642 in webkit


Ignore:
Timestamp:
Apr 10, 2015, 3:09:50 PM (10 years ago)
Author:
Bem Jones-Bey
Message:

Unreviewed, added CSS Shapes to features.json file.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r182637 r182642  
     12015-04-10  Bem Jones-Bey  <bjonesbe@adobe.com>
     2
     3        Unreviewed, added CSS Shapes to features.json file.
     4
     5        * features.json:
     6
    172015-04-10  Andy Estes  <aestes@apple.com>
    28
  • trunk/Source/WebCore/features.json

    r182593 r182642  
    2626        "url": "http://dev.w3.org/csswg/selectors-4/",
    2727        "keywords": ["css selectors", "selectors"],
     28        "category": "css"
     29    },
     30    {
     31        "name": "CSS Shapes Level 1",
     32        "url": "http://www.w3.org/TR/css-shapes-1/",
     33        "keywords": ["css shapes", "shapes"],
    2834        "category": "css"
    2935    },
     
    175181        "specification": "Streams",
    176182        "comment": "The ReadableStream and ReadableStreamReader interfaces are available but not functional."
     183    },
     184    {
     185        "name": "Shape outside for floats",
     186        "status": {
     187            "status": "In Development",
     188            "enabled-by-default": true
     189        },
     190        "url": "http://www.w3.org/TR/css-shapes-1/",
     191        "specification": "CSS Shapes Level 1",
     192        "description": "CSS Shapes describe geometric shapes for use in CSS. For Level 1, CSS Shapes can be applied to floats.",
     193        "comment": "The implementation is feature complete and shipping, but is -webkit prefixed."
    177194    }
    178195    ]
Note: See TracChangeset for help on using the changeset viewer.