Lines Matching refs:keywordWithGlobal
110 function keywordWithGlobal(propertyName) { function
195 var byKeyword = keywordWithGlobal(propertyName);
242 animationDirection: keywordWithGlobal('animation-direction'),
246 animationPlayState: keywordWithGlobal('animation-play-state'),
248 backgroundClip: keywordWithGlobal('background-clip'),
255 borderStyle: keywordWithGlobal('*-style'),
256 clear: keywordWithGlobal('clear'),
257 cursor: keywordWithGlobal('cursor'),
258 display: keywordWithGlobal('display'),
259 float: keywordWithGlobal('float'),
262 fontStretch: keywordWithGlobal('font-stretch'),
263 fontStyle: keywordWithGlobal('font-style'),
264 fontVariant: keywordWithGlobal('font-variant'),
265 fontWeight: keywordWithGlobal('font-weight'),
266 listStyleType: keywordWithGlobal('list-style-type'),
267 listStylePosition: keywordWithGlobal('list-style-position'),
268 outlineStyle: keywordWithGlobal('*-style'),
269 overflow: keywordWithGlobal('overflow'),
270 position: keywordWithGlobal('position'),
272 textAlign: keywordWithGlobal('text-align'),
273 textDecoration: keywordWithGlobal('text-decoration'),
274 textOverflow: keywordWithGlobal('text-overflow'),
279 visibility: keywordWithGlobal('visibility'),
280 whiteSpace: keywordWithGlobal('white-space'),