Changeset 276565 in webkit
- Timestamp:
- Apr 25, 2021, 10:43:16 AM (5 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
css/CSSProperties.json (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r276563 r276565 1 2021-04-25 Tyler Wilcock <twilco.o@protonmail.com> 2 3 css-contain category missing from CSSProperties.json 4 https://bugs.webkit.org/show_bug.cgi?id=224990 5 6 Reviewed by Darin Adler. 7 8 * css/CSSProperties.json: 9 Add missing css-contain category to avoid style lint errors. Example 10 error: 11 12 ERROR: Source/WebCore/css/CSSProperties.json:0: property "contain" has category "css-contain" which is not in the set of categories. [json/syntax] [5] 13 1 14 2021-04-24 Ryosuke Niwa <rniwa@webkit.org> 2 15 -
trunk/Source/WebCore/css/CSSProperties.json
r276488 r276565 7227 7227 "url": "https://www.w3.org/TR/compositing-1/" 7228 7228 }, 7229 "css-contain": { 7230 "shortname": "CSS Containment", 7231 "longname": "CSS Containment Module", 7232 "url": "https://drafts.csswg.org/css-contain-2/" 7233 }, 7229 7234 "css-content": { 7230 7235 "shortname": "CSS Generated Content",
Note:
See TracChangeset
for help on using the changeset viewer.