Changeset 199089 in webkit


Ignore:
Timestamp:
Apr 5, 2016 6:36:01 PM (8 years ago)
Author:
commit-queue@webkit.org
Message:

Fixed CSS Shapes entry on the WebKit Feature Status page.
https://bugs.webkit.org/show_bug.cgi?id=156262

Patch by Jon Davis <jond@ingenesis.net> on 2016-04-05
Reviewed by Timothy Hatcher.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r199087 r199089  
     12016-04-05  Jon Davis  <jond@ingenesis.net>
     2
     3        Fixed CSS Shapes entry on the WebKit Feature Status page.
     4        https://bugs.webkit.org/show_bug.cgi?id=156262
     5
     6        Reviewed by Timothy Hatcher.
     7
     8        * features.json:
     9
    1102016-04-05  Chris Dumez  <cdumez@apple.com>
    211
  • trunk/Source/WebCore/features.json

    r199023 r199089  
    8181            "email": "benjamin@webkit.org"
    8282        }
    83     },
    84     {
    85         "name": "CSS Shapes Level 1",
    86         "url": "http://www.w3.org/TR/css-shapes-1/",
    87         "keywords": ["css shapes", "shapes"],
    88         "category": "css"
    8983    },
    9084    {
     
    375369    },
    376370    {
     371        "name": "CSS Shapes Level 1",
     372        "status": {
     373            "status": "In Development",
     374            "enabled-by-default": true
     375        },
     376        "url": "http://www.w3.org/TR/css-shapes-1/",
     377        "description": "CSS Shapes describe geometric shapes for use in CSS. For Level 1, CSS Shapes can be applied to floats.",
     378        "comment": "The implementation is feature complete and shipping, but is -webkit prefixed."
     379    },
     380    {
    377381        "name": "Case-insensitive attribute selectors",
    378382        "status": {
     
    562566            "email": "rniwa@webkit.org"
    563567        }
    564     },
    565     {
    566         "name": "Shape outside for floats",
    567         "status": {
    568             "status": "In Development",
    569             "enabled-by-default": true
    570         },
    571         "url": "http://www.w3.org/TR/css-shapes-1/",
    572         "specification": "CSS Shapes Level 1",
    573         "description": "CSS Shapes describe geometric shapes for use in CSS. For Level 1, CSS Shapes can be applied to floats.",
    574         "comment": "The implementation is feature complete and shipping, but is -webkit prefixed."
    575568    },
    576569    {
Note: See TracChangeset for help on using the changeset viewer.