Skip to content

Commit

Permalink
Update allProperties.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jsakas committed Apr 29, 2020
1 parent 62b3b1b commit 52754f3
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions lib/allProperties.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

// autogenerated - 1/20/2020
// autogenerated - 4/29/2020

/*
*
Expand Down Expand Up @@ -258,7 +258,6 @@ module.exports = new Set([
'margin-left',
'margin-right',
'margin-top',
'margin-trim',
'marker-side',
'mask',
'mask-border',
Expand Down Expand Up @@ -345,6 +344,9 @@ module.exports = new Set([
'quotes',
'region-fragment',
'resize',
'rest',
'rest-after',
'rest-before',
'richness',
'right',
'row-gap',
Expand Down Expand Up @@ -386,6 +388,7 @@ module.exports = new Set([
'spatial-navigation-contain',
'spatial-navigation-function',
'speak',
'speak-as',
'speak-header',
'speak-numeral',
'speak-punctuation',
Expand Down Expand Up @@ -431,7 +434,14 @@ module.exports = new Set([
'user-select',
'vertical-align',
'visibility',
'voice-balance',
'voice-duration',
'voice-family',
'voice-pitch',
'voice-range',
'voice-rate',
'voice-stress',
'voice-volume',
'volume',
'white-space',
'widows',
Expand Down

0 comments on commit 52754f3

Please sign in to comment.