Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions modules/custom-css/csstidy/data.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,14 @@
$GLOBALS['csstidy']['all_properties']['marquee-play-count'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['marquee-speed'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['marquee-style'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['mask-clip'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['mask-composite'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['mask-image'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['mask-mode'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['mask-origin'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['mask-position'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['mask-repeat'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['mask-size'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['max-height'] = 'CSS2.0,CSS2.1,CSS3.0';
$GLOBALS['csstidy']['all_properties']['max-width'] = 'CSS2.0,CSS2.1,CSS3.0';
$GLOBALS['csstidy']['all_properties']['min-height'] = 'CSS2.0,CSS2.1,CSS3.0';
Expand All @@ -494,6 +502,8 @@
$GLOBALS['csstidy']['all_properties']['nav-left'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['nav-right'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['nav-up'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['object-fit'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['object-position'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['opacity'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['order'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['orphans'] = 'CSS2.0,CSS2.1,CSS3.0';
Expand Down Expand Up @@ -543,6 +553,31 @@
$GLOBALS['csstidy']['all_properties']['ruby-overhang'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['ruby-position'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['ruby-span'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['scroll-behavior'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['scroll-margin'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['scroll-margin-block'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['scroll-margin-block-end'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['scroll-margin-block-start'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['scroll-margin-bottom'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['scroll-margin-inline'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['scroll-margin-inline-end'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['scroll-margin-inline-start'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['scroll-margin-left'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['scroll-margin-right'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['scroll-margin-top'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['scroll-padding'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['scroll-padding-block'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['scroll-padding-block-end'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['scroll-padding-block-start'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['scroll-padding-bottom'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['scroll-padding-inline'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['scroll-padding-inline-end'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['scroll-padding-inline-start'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['scroll-padding-left'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['scroll-padding-right'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['scroll-padding-top'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['scroll-snap-align'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['scroll-snap-stop'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['size'] = 'CSS2.0,CSS3.0';
$GLOBALS['csstidy']['all_properties']['speak'] = 'CSS2.0,CSS2.1,CSS3.0';
$GLOBALS['csstidy']['all_properties']['speak-header'] = 'CSS2.0,CSS2.1,CSS3.0';
Expand Down