Make WordPress Core

Ticket #47367: kses-190609.patch

File kses-190609.patch, 1.3 KB (added by marybaum, 5 years ago)

Many modern CSS properties, many lines, one file!

  • wp-includes/kses.php

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    20732073                        'background-color',
    20742074                        'background-image',
    20752075                        'background-position',
     2076                        'background-size',
     2077                        'background-attachment',
     2078                        'background-blend-mode',
    20762079
    20772080                        'border',
     2081                        'border-radius',
    20782082                        'border-width',
    20792083                        'border-color',
    20802084                        'border-style',
     
    20992103                        'border-collapse',
    21002104                        'caption-side',
    21012105
     2106                        'columns',
     2107                        'column-count',
     2108                        'column-gap',
     2109                        'column-span',
     2110
     2111
    21022112                        'color',
    21032113                        'font',
    21042114                        'font-family',
     
    21402150                        'overflow',
    21412151                        'vertical-align',
    21422152                        'list-style-type',
     2153
     2154                        'flex',
     2155                        'flex-direction',
     2156                        'flex-flow',
     2157                        'flex-grow',
     2158                        'justify-content',
     2159                        'justify-items',
     2160                        'justify-self',
     2161                        'align-content',
     2162                        'align-items',
     2163                        'align-self',
     2164
    21432165                        'grid-template-columns',
     2166                        'grid-template-rows',
     2167                        'grid-gap',
     2168                        'grid-column-gap',
     2169                        'grid-row-gap',
     2170                        'grid-column',
     2171                        'grid-row',
     2172                        'grid-column-start',
     2173                        'grid-column-end',
     2174                        'grid-column-start',
     2175                        'grid-row-start',
     2176
     2177                        'clip-path',
     2178                        'shape-outside',
     2179
     2180
    21442181                )
    21452182        );
    21462183