Changeset 182642 in webkit
- Timestamp:
- Apr 10, 2015, 3:09:50 PM (10 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r182637 r182642 1 2015-04-10 Bem Jones-Bey <bjonesbe@adobe.com> 2 3 Unreviewed, added CSS Shapes to features.json file. 4 5 * features.json: 6 1 7 2015-04-10 Andy Estes <aestes@apple.com> 2 8 -
trunk/Source/WebCore/features.json
r182593 r182642 26 26 "url": "http://dev.w3.org/csswg/selectors-4/", 27 27 "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"], 28 34 "category": "css" 29 35 }, … … 175 181 "specification": "Streams", 176 182 "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." 177 194 } 178 195 ]
Note:
See TracChangeset
for help on using the changeset viewer.