_css_builtins.py 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558
  1. """
  2. pygments.lexers._css_builtins
  3. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4. This file is autogenerated by scripts/get_css_properties.py
  5. :copyright: Copyright 2006-2024 by the Pygments team, see AUTHORS.
  6. :license: BSD, see LICENSE for details.
  7. """
  8. _css_properties = (
  9. '-webkit-line-clamp',
  10. 'accent-color',
  11. 'align-content',
  12. 'align-items',
  13. 'align-self',
  14. 'alignment-baseline',
  15. 'all',
  16. 'animation',
  17. 'animation-delay',
  18. 'animation-direction',
  19. 'animation-duration',
  20. 'animation-fill-mode',
  21. 'animation-iteration-count',
  22. 'animation-name',
  23. 'animation-play-state',
  24. 'animation-timing-function',
  25. 'appearance',
  26. 'aspect-ratio',
  27. 'azimuth',
  28. 'backface-visibility',
  29. 'background',
  30. 'background-attachment',
  31. 'background-blend-mode',
  32. 'background-clip',
  33. 'background-color',
  34. 'background-image',
  35. 'background-origin',
  36. 'background-position',
  37. 'background-repeat',
  38. 'background-size',
  39. 'baseline-shift',
  40. 'baseline-source',
  41. 'block-ellipsis',
  42. 'block-size',
  43. 'block-step',
  44. 'block-step-align',
  45. 'block-step-insert',
  46. 'block-step-round',
  47. 'block-step-size',
  48. 'bookmark-label',
  49. 'bookmark-level',
  50. 'bookmark-state',
  51. 'border',
  52. 'border-block',
  53. 'border-block-color',
  54. 'border-block-end',
  55. 'border-block-end-color',
  56. 'border-block-end-style',
  57. 'border-block-end-width',
  58. 'border-block-start',
  59. 'border-block-start-color',
  60. 'border-block-start-style',
  61. 'border-block-start-width',
  62. 'border-block-style',
  63. 'border-block-width',
  64. 'border-bottom',
  65. 'border-bottom-color',
  66. 'border-bottom-left-radius',
  67. 'border-bottom-right-radius',
  68. 'border-bottom-style',
  69. 'border-bottom-width',
  70. 'border-boundary',
  71. 'border-collapse',
  72. 'border-color',
  73. 'border-end-end-radius',
  74. 'border-end-start-radius',
  75. 'border-image',
  76. 'border-image-outset',
  77. 'border-image-repeat',
  78. 'border-image-slice',
  79. 'border-image-source',
  80. 'border-image-width',
  81. 'border-inline',
  82. 'border-inline-color',
  83. 'border-inline-end',
  84. 'border-inline-end-color',
  85. 'border-inline-end-style',
  86. 'border-inline-end-width',
  87. 'border-inline-start',
  88. 'border-inline-start-color',
  89. 'border-inline-start-style',
  90. 'border-inline-start-width',
  91. 'border-inline-style',
  92. 'border-inline-width',
  93. 'border-left',
  94. 'border-left-color',
  95. 'border-left-style',
  96. 'border-left-width',
  97. 'border-radius',
  98. 'border-right',
  99. 'border-right-color',
  100. 'border-right-style',
  101. 'border-right-width',
  102. 'border-spacing',
  103. 'border-start-end-radius',
  104. 'border-start-start-radius',
  105. 'border-style',
  106. 'border-top',
  107. 'border-top-color',
  108. 'border-top-left-radius',
  109. 'border-top-right-radius',
  110. 'border-top-style',
  111. 'border-top-width',
  112. 'border-width',
  113. 'bottom',
  114. 'box-decoration-break',
  115. 'box-shadow',
  116. 'box-sizing',
  117. 'box-snap',
  118. 'break-after',
  119. 'break-before',
  120. 'break-inside',
  121. 'caption-side',
  122. 'caret',
  123. 'caret-color',
  124. 'caret-shape',
  125. 'chains',
  126. 'clear',
  127. 'clip',
  128. 'clip-path',
  129. 'clip-rule',
  130. 'color',
  131. 'color-adjust',
  132. 'color-interpolation-filters',
  133. 'color-scheme',
  134. 'column-count',
  135. 'column-fill',
  136. 'column-gap',
  137. 'column-rule',
  138. 'column-rule-color',
  139. 'column-rule-style',
  140. 'column-rule-width',
  141. 'column-span',
  142. 'column-width',
  143. 'columns',
  144. 'contain',
  145. 'contain-intrinsic-block-size',
  146. 'contain-intrinsic-height',
  147. 'contain-intrinsic-inline-size',
  148. 'contain-intrinsic-size',
  149. 'contain-intrinsic-width',
  150. 'container',
  151. 'container-name',
  152. 'container-type',
  153. 'content',
  154. 'content-visibility',
  155. 'continue',
  156. 'counter-increment',
  157. 'counter-reset',
  158. 'counter-set',
  159. 'cue',
  160. 'cue-after',
  161. 'cue-before',
  162. 'cursor',
  163. 'direction',
  164. 'display',
  165. 'dominant-baseline',
  166. 'elevation',
  167. 'empty-cells',
  168. 'fill',
  169. 'fill-break',
  170. 'fill-color',
  171. 'fill-image',
  172. 'fill-opacity',
  173. 'fill-origin',
  174. 'fill-position',
  175. 'fill-repeat',
  176. 'fill-rule',
  177. 'fill-size',
  178. 'filter',
  179. 'flex',
  180. 'flex-basis',
  181. 'flex-direction',
  182. 'flex-flow',
  183. 'flex-grow',
  184. 'flex-shrink',
  185. 'flex-wrap',
  186. 'float',
  187. 'float-defer',
  188. 'float-offset',
  189. 'float-reference',
  190. 'flood-color',
  191. 'flood-opacity',
  192. 'flow',
  193. 'flow-from',
  194. 'flow-into',
  195. 'font',
  196. 'font-family',
  197. 'font-feature-settings',
  198. 'font-kerning',
  199. 'font-language-override',
  200. 'font-optical-sizing',
  201. 'font-palette',
  202. 'font-size',
  203. 'font-size-adjust',
  204. 'font-stretch',
  205. 'font-style',
  206. 'font-synthesis',
  207. 'font-synthesis-small-caps',
  208. 'font-synthesis-style',
  209. 'font-synthesis-weight',
  210. 'font-variant',
  211. 'font-variant-alternates',
  212. 'font-variant-caps',
  213. 'font-variant-east-asian',
  214. 'font-variant-emoji',
  215. 'font-variant-ligatures',
  216. 'font-variant-numeric',
  217. 'font-variant-position',
  218. 'font-variation-settings',
  219. 'font-weight',
  220. 'footnote-display',
  221. 'footnote-policy',
  222. 'forced-color-adjust',
  223. 'gap',
  224. 'glyph-orientation-vertical',
  225. 'grid',
  226. 'grid-area',
  227. 'grid-auto-columns',
  228. 'grid-auto-flow',
  229. 'grid-auto-rows',
  230. 'grid-column',
  231. 'grid-column-end',
  232. 'grid-column-start',
  233. 'grid-row',
  234. 'grid-row-end',
  235. 'grid-row-start',
  236. 'grid-template',
  237. 'grid-template-areas',
  238. 'grid-template-columns',
  239. 'grid-template-rows',
  240. 'hanging-punctuation',
  241. 'height',
  242. 'hyphenate-character',
  243. 'hyphenate-limit-chars',
  244. 'hyphenate-limit-last',
  245. 'hyphenate-limit-lines',
  246. 'hyphenate-limit-zone',
  247. 'hyphens',
  248. 'image-orientation',
  249. 'image-rendering',
  250. 'image-resolution',
  251. 'initial-letter',
  252. 'initial-letter-align',
  253. 'initial-letter-wrap',
  254. 'inline-size',
  255. 'inline-sizing',
  256. 'input-security',
  257. 'inset',
  258. 'inset-block',
  259. 'inset-block-end',
  260. 'inset-block-start',
  261. 'inset-inline',
  262. 'inset-inline-end',
  263. 'inset-inline-start',
  264. 'isolation',
  265. 'justify-content',
  266. 'justify-items',
  267. 'justify-self',
  268. 'leading-trim',
  269. 'left',
  270. 'letter-spacing',
  271. 'lighting-color',
  272. 'line-break',
  273. 'line-clamp',
  274. 'line-grid',
  275. 'line-height',
  276. 'line-height-step',
  277. 'line-padding',
  278. 'line-snap',
  279. 'list-style',
  280. 'list-style-image',
  281. 'list-style-position',
  282. 'list-style-type',
  283. 'margin',
  284. 'margin-block',
  285. 'margin-block-end',
  286. 'margin-block-start',
  287. 'margin-bottom',
  288. 'margin-break',
  289. 'margin-inline',
  290. 'margin-inline-end',
  291. 'margin-inline-start',
  292. 'margin-left',
  293. 'margin-right',
  294. 'margin-top',
  295. 'margin-trim',
  296. 'marker',
  297. 'marker-end',
  298. 'marker-knockout-left',
  299. 'marker-knockout-right',
  300. 'marker-mid',
  301. 'marker-pattern',
  302. 'marker-segment',
  303. 'marker-side',
  304. 'marker-start',
  305. 'mask',
  306. 'mask-border',
  307. 'mask-border-mode',
  308. 'mask-border-outset',
  309. 'mask-border-repeat',
  310. 'mask-border-slice',
  311. 'mask-border-source',
  312. 'mask-border-width',
  313. 'mask-clip',
  314. 'mask-composite',
  315. 'mask-image',
  316. 'mask-mode',
  317. 'mask-origin',
  318. 'mask-position',
  319. 'mask-repeat',
  320. 'mask-size',
  321. 'mask-type',
  322. 'max-block-size',
  323. 'max-height',
  324. 'max-inline-size',
  325. 'max-lines',
  326. 'max-width',
  327. 'min-block-size',
  328. 'min-height',
  329. 'min-inline-size',
  330. 'min-intrinsic-sizing',
  331. 'min-width',
  332. 'mix-blend-mode',
  333. 'nav-down',
  334. 'nav-left',
  335. 'nav-right',
  336. 'nav-up',
  337. 'object-fit',
  338. 'object-overflow',
  339. 'object-position',
  340. 'object-view-box',
  341. 'offset',
  342. 'offset-anchor',
  343. 'offset-distance',
  344. 'offset-path',
  345. 'offset-position',
  346. 'offset-rotate',
  347. 'opacity',
  348. 'order',
  349. 'orphans',
  350. 'outline',
  351. 'outline-color',
  352. 'outline-offset',
  353. 'outline-style',
  354. 'outline-width',
  355. 'overflow',
  356. 'overflow-anchor',
  357. 'overflow-block',
  358. 'overflow-clip-margin',
  359. 'overflow-inline',
  360. 'overflow-wrap',
  361. 'overflow-x',
  362. 'overflow-y',
  363. 'overscroll-behavior',
  364. 'overscroll-behavior-block',
  365. 'overscroll-behavior-inline',
  366. 'overscroll-behavior-x',
  367. 'overscroll-behavior-y',
  368. 'padding',
  369. 'padding-block',
  370. 'padding-block-end',
  371. 'padding-block-start',
  372. 'padding-bottom',
  373. 'padding-inline',
  374. 'padding-inline-end',
  375. 'padding-inline-start',
  376. 'padding-left',
  377. 'padding-right',
  378. 'padding-top',
  379. 'page',
  380. 'page-break-after',
  381. 'page-break-before',
  382. 'page-break-inside',
  383. 'pause',
  384. 'pause-after',
  385. 'pause-before',
  386. 'perspective',
  387. 'perspective-origin',
  388. 'pitch',
  389. 'pitch-range',
  390. 'place-content',
  391. 'place-items',
  392. 'place-self',
  393. 'play-during',
  394. 'pointer-events',
  395. 'position',
  396. 'print-color-adjust',
  397. 'property-name',
  398. 'quotes',
  399. 'region-fragment',
  400. 'resize',
  401. 'rest',
  402. 'rest-after',
  403. 'rest-before',
  404. 'richness',
  405. 'right',
  406. 'rotate',
  407. 'row-gap',
  408. 'ruby-align',
  409. 'ruby-merge',
  410. 'ruby-overhang',
  411. 'ruby-position',
  412. 'running',
  413. 'scale',
  414. 'scroll-behavior',
  415. 'scroll-margin',
  416. 'scroll-margin-block',
  417. 'scroll-margin-block-end',
  418. 'scroll-margin-block-start',
  419. 'scroll-margin-bottom',
  420. 'scroll-margin-inline',
  421. 'scroll-margin-inline-end',
  422. 'scroll-margin-inline-start',
  423. 'scroll-margin-left',
  424. 'scroll-margin-right',
  425. 'scroll-margin-top',
  426. 'scroll-padding',
  427. 'scroll-padding-block',
  428. 'scroll-padding-block-end',
  429. 'scroll-padding-block-start',
  430. 'scroll-padding-bottom',
  431. 'scroll-padding-inline',
  432. 'scroll-padding-inline-end',
  433. 'scroll-padding-inline-start',
  434. 'scroll-padding-left',
  435. 'scroll-padding-right',
  436. 'scroll-padding-top',
  437. 'scroll-snap-align',
  438. 'scroll-snap-stop',
  439. 'scroll-snap-type',
  440. 'scrollbar-color',
  441. 'scrollbar-gutter',
  442. 'scrollbar-width',
  443. 'shape-image-threshold',
  444. 'shape-inside',
  445. 'shape-margin',
  446. 'shape-outside',
  447. 'spatial-navigation-action',
  448. 'spatial-navigation-contain',
  449. 'spatial-navigation-function',
  450. 'speak',
  451. 'speak-as',
  452. 'speak-header',
  453. 'speak-numeral',
  454. 'speak-punctuation',
  455. 'speech-rate',
  456. 'stress',
  457. 'string-set',
  458. 'stroke',
  459. 'stroke-align',
  460. 'stroke-alignment',
  461. 'stroke-break',
  462. 'stroke-color',
  463. 'stroke-dash-corner',
  464. 'stroke-dash-justify',
  465. 'stroke-dashadjust',
  466. 'stroke-dasharray',
  467. 'stroke-dashcorner',
  468. 'stroke-dashoffset',
  469. 'stroke-image',
  470. 'stroke-linecap',
  471. 'stroke-linejoin',
  472. 'stroke-miterlimit',
  473. 'stroke-opacity',
  474. 'stroke-origin',
  475. 'stroke-position',
  476. 'stroke-repeat',
  477. 'stroke-size',
  478. 'stroke-width',
  479. 'tab-size',
  480. 'table-layout',
  481. 'text-align',
  482. 'text-align-all',
  483. 'text-align-last',
  484. 'text-combine-upright',
  485. 'text-decoration',
  486. 'text-decoration-color',
  487. 'text-decoration-line',
  488. 'text-decoration-skip',
  489. 'text-decoration-skip-box',
  490. 'text-decoration-skip-ink',
  491. 'text-decoration-skip-inset',
  492. 'text-decoration-skip-self',
  493. 'text-decoration-skip-spaces',
  494. 'text-decoration-style',
  495. 'text-decoration-thickness',
  496. 'text-edge',
  497. 'text-emphasis',
  498. 'text-emphasis-color',
  499. 'text-emphasis-position',
  500. 'text-emphasis-skip',
  501. 'text-emphasis-style',
  502. 'text-group-align',
  503. 'text-indent',
  504. 'text-justify',
  505. 'text-orientation',
  506. 'text-overflow',
  507. 'text-shadow',
  508. 'text-space-collapse',
  509. 'text-space-trim',
  510. 'text-spacing',
  511. 'text-transform',
  512. 'text-underline-offset',
  513. 'text-underline-position',
  514. 'text-wrap',
  515. 'top',
  516. 'transform',
  517. 'transform-box',
  518. 'transform-origin',
  519. 'transform-style',
  520. 'transition',
  521. 'transition-delay',
  522. 'transition-duration',
  523. 'transition-property',
  524. 'transition-timing-function',
  525. 'translate',
  526. 'unicode-bidi',
  527. 'user-select',
  528. 'vertical-align',
  529. 'visibility',
  530. 'voice-balance',
  531. 'voice-duration',
  532. 'voice-family',
  533. 'voice-pitch',
  534. 'voice-range',
  535. 'voice-rate',
  536. 'voice-stress',
  537. 'voice-volume',
  538. 'volume',
  539. 'white-space',
  540. 'widows',
  541. 'width',
  542. 'will-change',
  543. 'word-boundary-detection',
  544. 'word-boundary-expansion',
  545. 'word-break',
  546. 'word-spacing',
  547. 'word-wrap',
  548. 'wrap-after',
  549. 'wrap-before',
  550. 'wrap-flow',
  551. 'wrap-inside',
  552. 'wrap-through',
  553. 'writing-mode',
  554. 'z-index',
  555. )