⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 276565 in webkit


Ignore:
Timestamp:
Apr 25, 2021, 10:43:16 AM (5 years ago)
Author:
commit-queue@webkit.org
Message:

css-contain category missing from CSSProperties.json
https://bugs.webkit.org/show_bug.cgi?id=224990

Patch by Tyler Wilcock <Tyler Wilcock> on 2021-04-25
Reviewed by Darin Adler.

  • css/CSSProperties.json:

Add missing css-contain category to avoid style lint errors. Example
error:

ERROR: Source/WebCore/css/CSSProperties.json:0: property "contain" has category "css-contain" which is not in the set of categories. [json/syntax] [5]

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r276563 r276565  
     12021-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
    1142021-04-24  Ryosuke Niwa  <rniwa@webkit.org>
    215
  • trunk/Source/WebCore/css/CSSProperties.json

    r276488 r276565  
    72277227            "url": "https://www.w3.org/TR/compositing-1/"
    72287228        },
     7229        "css-contain": {
     7230            "shortname": "CSS Containment",
     7231            "longname": "CSS Containment Module",
     7232            "url": "https://drafts.csswg.org/css-contain-2/"
     7233        },
    72297234        "css-content": {
    72307235            "shortname": "CSS Generated Content",
Note: See TracChangeset for help on using the changeset viewer.