You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

foelements.xml 38KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101
  1. <!--
  2. Copyright 1999-2004 The Apache Software Foundation
  3. Licensed under the Apache License, Version 2.0 (the "License");
  4. you may not use this file except in compliance with the License.
  5. You may obtain a copy of the License at
  6. http://www.apache.org/licenses/LICENSE-2.0
  7. Unless required by applicable law or agreed to in writing, software
  8. distributed under the License is distributed on an "AS IS" BASIS,
  9. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  10. See the License for the specific language governing permissions and
  11. limitations under the License.
  12. -->
  13. <!-- $Id$ -->
  14. <root>
  15. <common>
  16. <name>CommonAccessibilityProperties</name>
  17. <property>source-document</property>
  18. <property>role</property>
  19. </common>
  20. <common>
  21. <name>CommonAbsolutePositionProperties</name>
  22. <property>absolute-position</property>
  23. <property>position</property>
  24. <property>top</property>
  25. <property>right</property>
  26. <property>bottom</property>
  27. <property>left</property>
  28. </common>
  29. <common>
  30. <name>CommonAuralProperties</name>
  31. <property>azimuth</property>
  32. <property>cue-after</property>
  33. <property>cue-before</property>
  34. <property>cue</property>
  35. <property>elevation</property>
  36. <property>pause-after</property>
  37. <property>pause-before</property>
  38. <property>pause</property>
  39. <property>pitch</property>
  40. <property>pitch-range</property>
  41. <property>play-during</property>
  42. <property>richness</property>
  43. <property>speak</property>
  44. <property>speak-header</property>
  45. <property>speak-numeral</property>
  46. <property>speak-punctuation</property>
  47. <property>speech-rate</property>
  48. <property>stress</property>
  49. <property>voice-family</property>
  50. <property>volume</property>
  51. </common>
  52. <common>
  53. <name>CommonBorderPaddingBackgroundProperties</name>
  54. <property>background-attachment</property>
  55. <property>background-color</property>
  56. <property>background-image</property>
  57. <property>background-repeat</property>
  58. <property>background-position-horizontal</property>
  59. <property>background-position-vertical</property>
  60. <property>border-before-color</property>
  61. <property>border-before-style</property>
  62. <property>border-before-width</property>
  63. <property>border-after-color</property>
  64. <property>border-after-style</property>
  65. <property>border-after-width</property>
  66. <property>border-start-color</property>
  67. <property>border-start-style</property>
  68. <property>border-start-width</property>
  69. <property>border-end-color</property>
  70. <property>border-end-style</property>
  71. <property>border-end-width</property>
  72. <property>border-top-color</property>
  73. <property>border-top-style</property>
  74. <property>border-top-width</property>
  75. <property>border-bottom-color</property>
  76. <property>border-bottom-style</property>
  77. <property>border-bottom-width</property>
  78. <property>border-left-color</property>
  79. <property>border-left-style</property>
  80. <property>border-left-width</property>
  81. <property>border-right-color</property>
  82. <property>border-right-style</property>
  83. <property>border-right-width</property>
  84. <property>padding-before</property>
  85. <property>padding-after</property>
  86. <property>padding-start</property>
  87. <property>padding-end</property>
  88. <property>padding-top</property>
  89. <property>padding-bottom</property>
  90. <property>padding-left</property>
  91. <property>padding-right</property>
  92. <!-- shorthands -->
  93. <property>border</property>
  94. <property>border-style</property>
  95. <property>border-width</property>
  96. <property>border-color</property>
  97. <property>border-top</property>
  98. <property>border-bottom</property>
  99. <property>border-left</property>
  100. <property>border-right</property>
  101. <property>padding</property>
  102. </common>
  103. <common>
  104. <name>CommonFontProperties</name>
  105. <property>font</property>
  106. <property>font-family</property>
  107. <property>font-selection-strategy</property>
  108. <property>font-size</property>
  109. <property>font-stretch</property>
  110. <property>font-size-adjust</property>
  111. <property>font-style</property>
  112. <property>font-variant</property>
  113. <property>font-weight</property>
  114. </common>
  115. <common>
  116. <name>CommonHyphenationProperties</name>
  117. <property>country</property>
  118. <property>language</property>
  119. <property>script</property>
  120. <property>hyphenate</property>
  121. <property>hyphenation-character</property>
  122. <property>hyphenation-push-character-count</property>
  123. <property>hyphenation-remain-character-count</property>
  124. </common>
  125. <common>
  126. <name>CommonMarginPropertiesBlock</name>
  127. <property>margin</property>
  128. <property>margin-top</property>
  129. <property>margin-bottom</property>
  130. <property>margin-left</property>
  131. <property>margin-right</property>
  132. <property>space-before</property>
  133. <property>space-after</property>
  134. <property>start-indent</property>
  135. <property>end-indent</property>
  136. </common>
  137. <common>
  138. <name>CommonMarginPropertiesInline</name>
  139. <property>space-end</property>
  140. <property>space-start</property>
  141. </common>
  142. <common>
  143. <name>CommonRelativePositionProperties</name>
  144. <property>relative-position</property>
  145. </common>
  146. <element>
  147. <name>root</name>
  148. <property>media-usage</property>
  149. <content>layout-master-set</content>
  150. <content>declaration</content>
  151. <content>page-sequence</content>
  152. </element>
  153. <element>
  154. <name>declaration</name>
  155. <content>color-profile</content>
  156. </element>
  157. <element>
  158. <name>color-profile</name>
  159. <property>src</property>
  160. <property>color-profile-name</property>
  161. <property>rendering-intent</property>
  162. </element>
  163. <element>
  164. <name>page-sequence</name>
  165. <property>country</property>
  166. <property>format</property>
  167. <property>language</property>
  168. <property>letter-value</property>
  169. <property>grouping-separator</property>
  170. <property>grouping-size</property>
  171. <property>id</property>
  172. <property>initial-page-number</property>
  173. <property>force-page-count</property>
  174. <property>master-reference</property>
  175. <content>title</content>
  176. <content>static-content</content>
  177. <content>flow</content>
  178. </element>
  179. <element>
  180. <name>layout-master-set</name>
  181. <property>master-name</property>
  182. <content>simple-page-master</content>
  183. <content>page-sequence-master</content>
  184. </element>
  185. <element>
  186. <name>page-sequence-master</name>
  187. <property>master-name</property>
  188. <content>single-page-master-reference</content>
  189. <content>repeatable-page-master-reference</content>
  190. <content>repeatable-page-master-alternatives</content>
  191. </element>
  192. <element>
  193. <name>single-page-master-reference</name>
  194. <property>master-reference</property>
  195. </element>
  196. <element>
  197. <name>repeatable-page-master-reference</name>
  198. <property>master-reference</property>
  199. <property>maximum-repeats</property>
  200. </element>
  201. <element>
  202. <name>repeatable-page-master-alternatives</name>
  203. <property>maximum-repeats</property>
  204. <content>conditional-page-master-reference</content>
  205. </element>
  206. <element>
  207. <name>conditional-page-master-reference</name>
  208. <property>master-reference</property>
  209. <property>page-position</property>
  210. <property>odd-or-even</property>
  211. <property>blank-or-not-blank</property>
  212. </element>
  213. <element>
  214. <name>simple-page-master</name>
  215. <common-ref>CommonMarginPropertiesBlock</common-ref>
  216. <property>master-name</property>
  217. <property>page-height</property>
  218. <property>page-width</property>
  219. <property>reference-orientation</property>
  220. <property>writing-mode</property>
  221. <content>region-body</content>
  222. <content>region-before</content>
  223. <content>region-after</content>
  224. <content>region-start</content>
  225. <content>region-end</content>
  226. </element>
  227. <element>
  228. <name>region-body</name>
  229. <common-ref>CommonBorderPaddingBackgroundProperties</common-ref>
  230. <common-ref>CommonMarginPropertiesBlock</common-ref>
  231. <property>clip</property>
  232. <property>column-count</property>
  233. <property>column-gap</property>
  234. <property>display-align</property>
  235. <property>overflow</property>
  236. <property>region-name</property>
  237. <property>reference-orientation</property>
  238. <property>writing-mode</property>
  239. </element>
  240. <element>
  241. <name>region-before</name>
  242. <common-ref>CommonBorderPaddingBackgroundProperties</common-ref>
  243. <property>clip</property>
  244. <property>display-align</property>
  245. <property>extent</property>
  246. <property>overflow</property>
  247. <property>precedence</property>
  248. <property>region-name</property>
  249. <property>reference-orientation</property>
  250. <property>writing-mode</property>
  251. </element>
  252. <element>
  253. <name>region-after</name>
  254. <common-ref>CommonBorderPaddingBackgroundProperties</common-ref>
  255. <property>clip</property>
  256. <property>display-align</property>
  257. <property>extent</property>
  258. <property>overflow</property>
  259. <property>precedence</property>
  260. <property>region-name</property>
  261. <property>reference-orientation</property>
  262. <property>writing-mode</property>
  263. </element>
  264. <element>
  265. <name>region-start</name>
  266. <common-ref>CommonBorderPaddingBackgroundProperties</common-ref>
  267. <property>clip</property>
  268. <property>display-align</property>
  269. <property>extent</property>
  270. <property>overflow</property>
  271. <property>region-name</property>
  272. <property>reference-orientation</property>
  273. <property>writing-mode</property>
  274. </element>
  275. <element>
  276. <name>region-end</name>
  277. <common-ref>CommonBorderPaddingBackgroundProperties</common-ref>
  278. <property>clip</property>
  279. <property>display-align</property>
  280. <property>extent</property>
  281. <property>overflow</property>
  282. <property>region-name</property>
  283. <property>reference-orientation</property>
  284. <property>writing-mode</property>
  285. </element>
  286. <element>
  287. <name>flow</name>
  288. <property>flow-name</property>
  289. <content>%block;</content>
  290. </element>
  291. <element>
  292. <name>static-content</name>
  293. <property>flow-name</property>
  294. <content>%block;</content>
  295. </element>
  296. <element>
  297. <name>title</name>
  298. <common-ref>CommonAccessibilityProperties</common-ref>
  299. <common-ref>CommonAuralProperties</common-ref>
  300. <common-ref>CommonBorderPaddingBackgroundProperties</common-ref>
  301. <common-ref>CommonFontProperties</common-ref>
  302. <common-ref>CommonMarginPropertiesInline</common-ref>
  303. <property>color</property>
  304. <property>line-height</property>
  305. <property>visibility</property>
  306. <content>%inline;</content>
  307. </element>
  308. <element>
  309. <name>block</name>
  310. <common-ref>CommonAccessibilityProperties</common-ref>
  311. <common-ref>CommonAuralProperties</common-ref>
  312. <common-ref>CommonBorderPaddingBackgroundProperties</common-ref>
  313. <common-ref>CommonFontProperties</common-ref>
  314. <common-ref>CommonHyphenationProperties</common-ref>
  315. <common-ref>CommonMarginPropertiesBlock</common-ref>
  316. <common-ref>CommonRelativePositionProperties</common-ref>
  317. <property>page-break-after</property>
  318. <property>page-break-before</property>
  319. <property>break-after</property>
  320. <property>break-before</property>
  321. <property>color</property>
  322. <property>text-depth</property>
  323. <property>text-altitude</property>
  324. <property>hyphenation-keep</property>
  325. <property>hyphenation-ladder-count</property>
  326. <property>id</property>
  327. <!-- property>intrusion-displace</property -->
  328. <property>page-break-inside</property>
  329. <property>keep-together</property>
  330. <property>keep-with-next</property>
  331. <property>keep-with-previous</property>
  332. <property>last-line-end-indent</property>
  333. <property>linefeed-treatment</property>
  334. <property>line-height</property>
  335. <property>line-height-shift-adjustment</property>
  336. <property>line-stacking-strategy</property>
  337. <property>orphans</property>
  338. <property>white-space-treatment</property>
  339. <property>span</property>
  340. <property>text-align</property>
  341. <property>text-align-last</property>
  342. <property>text-indent</property>
  343. <property>visibility</property>
  344. <property>white-space-collapse</property>
  345. <property>widows</property>
  346. <property>wrap-option</property>
  347. <content>%inline;</content>
  348. <content>%block;</content>
  349. </element>
  350. <element>
  351. <name>block-container</name>
  352. <common-ref>CommonAbsolutePositionProperties</common-ref>
  353. <common-ref>CommonBorderPaddingBackgroundProperties</common-ref>
  354. <common-ref>CommonMarginPropertiesBlock</common-ref>
  355. <property>block-progression-dimension</property>
  356. <property>page-break-after</property>
  357. <property>page-break-before</property>
  358. <property>break-after</property>
  359. <property>break-before</property>
  360. <property>clip</property>
  361. <property>display-align</property>
  362. <property>height</property>
  363. <property>id</property>
  364. <property>inline-progression-dimension</property>
  365. <!--property>intrusion-displace</property -->
  366. <property>page-break-inside</property>
  367. <property>keep-together</property>
  368. <property>keep-with-next</property>
  369. <property>keep-with-previous</property>
  370. <property>overflow</property>
  371. <property>reference-orientation</property>
  372. <property>span</property>
  373. <property>width</property>
  374. <property>writing-mode</property>
  375. <property>z-index</property>
  376. <content>%block;</content>
  377. </element>
  378. <element>
  379. <name>bidi-override</name>
  380. <common-ref>CommonAuralProperties</common-ref>
  381. <common-ref>CommonFontProperties</common-ref>
  382. <common-ref>CommonRelativePositionProperties</common-ref>
  383. <property>color</property>
  384. <property>direction</property>
  385. <property>id</property>
  386. <property>letter-spacing</property>
  387. <property>line-height</property>
  388. <property>score-spaces</property>
  389. <property>unicode-bidi</property>
  390. <property>word-spacing</property>
  391. <content>%inline;</content>
  392. <content>%block;</content>
  393. </element>
  394. <element>
  395. <name>character</name>
  396. <common-ref>CommonAuralProperties</common-ref>
  397. <common-ref>CommonBorderPaddingBackgroundProperties</common-ref>
  398. <common-ref>CommonFontProperties</common-ref>
  399. <common-ref>CommonHyphenationProperties</common-ref>
  400. <common-ref>CommonMarginPropertiesInline</common-ref>
  401. <common-ref>CommonRelativePositionProperties</common-ref>
  402. <property>vertical-align</property>
  403. <property>alignment-adjust</property>
  404. <property>treat-as-word-space</property>
  405. <property>alignment-baseline</property>
  406. <property>baseline-shift</property>
  407. <property>character</property>
  408. <property>color</property>
  409. <property>dominant-baseline</property>
  410. <property>text-depth</property>
  411. <property>text-altitude</property>
  412. <property>glyph-orientation-horizontal</property>
  413. <property>glyph-orientation-vertical</property>
  414. <property>id</property>
  415. <property>keep-with-next</property>
  416. <property>keep-with-previous</property>
  417. <property>letter-spacing</property>
  418. <property>line-height</property>
  419. <property>score-spaces</property>
  420. <property>suppress-at-line-break</property>
  421. <property>text-decoration</property>
  422. <property>text-shadow</property>
  423. <property>text-transform</property>
  424. <property>visibility</property>
  425. <property>word-spacing</property>
  426. </element>
  427. <element>
  428. <name>initial-property-set</name>
  429. <common-ref>CommonAccessibilityProperties</common-ref>
  430. <common-ref>CommonAuralProperties</common-ref>
  431. <common-ref>CommonBorderPaddingBackgroundProperties</common-ref>
  432. <common-ref>CommonFontProperties</common-ref>
  433. <common-ref>CommonRelativePositionProperties</common-ref>
  434. <property>color</property>
  435. <property>id</property>
  436. <property>letter-spacing</property>
  437. <property>line-height</property>
  438. <property>score-spaces</property>
  439. <property>text-decoration</property>
  440. <property>text-shadow</property>
  441. <property>text-transform</property>
  442. <property>word-spacing</property>
  443. </element>
  444. <element>
  445. <name>external-graphic</name>
  446. <common-ref>CommonAccessibilityProperties</common-ref>
  447. <common-ref>CommonAuralProperties</common-ref>
  448. <common-ref>CommonBorderPaddingBackgroundProperties</common-ref>
  449. <common-ref>CommonMarginPropertiesInline</common-ref>
  450. <common-ref>CommonRelativePositionProperties</common-ref>
  451. <property>vertical-align</property>
  452. <property>alignment-adjust</property>
  453. <property>alignment-baseline</property>
  454. <property>baseline-shift</property>
  455. <property>block-progression-dimension</property>
  456. <property>clip</property>
  457. <property>content-height</property>
  458. <property>content-type</property>
  459. <property>content-width</property>
  460. <property>display-align</property>
  461. <property>dominant-baseline</property>
  462. <property>height</property>
  463. <property>id</property>
  464. <property>inline-progression-dimension</property>
  465. <property>keep-with-next</property>
  466. <property>keep-with-previous</property>
  467. <property>line-height</property>
  468. <property>overflow</property>
  469. <property>scaling</property>
  470. <property>scaling-method</property>
  471. <property>src</property>
  472. <property>text-align</property>
  473. <property>width</property>
  474. </element>
  475. <element>
  476. <name>instream-foreign-object</name>
  477. <common-ref>CommonAccessibilityProperties</common-ref>
  478. <common-ref>CommonAuralProperties</common-ref>
  479. <common-ref>CommonBorderPaddingBackgroundProperties</common-ref>
  480. <common-ref>CommonMarginPropertiesInline</common-ref>
  481. <common-ref>CommonRelativePositionProperties</common-ref>
  482. <property>vertical-align</property>
  483. <property>alignment-adjust</property>
  484. <property>alignment-baseline</property>
  485. <property>baseline-shift</property>
  486. <property>block-progression-dimension</property>
  487. <property>clip</property>
  488. <property>content-height</property>
  489. <property>content-type</property>
  490. <property>content-width</property>
  491. <property>display-align</property>
  492. <property>dominant-baseline</property>
  493. <property>height</property>
  494. <property>id</property>
  495. <property>inline-progression-dimension</property>
  496. <property>keep-with-next</property>
  497. <property>keep-with-previous</property>
  498. <property>line-height</property>
  499. <property>overflow</property>
  500. <property>scaling</property>
  501. <property>scaling-method</property>
  502. <property>text-align</property>
  503. <property>width</property>
  504. </element>
  505. <element>
  506. <name>inline</name>
  507. <common-ref>CommonAccessibilityProperties</common-ref>
  508. <common-ref>CommonAuralProperties</common-ref>
  509. <common-ref>CommonBorderPaddingBackgroundProperties</common-ref>
  510. <common-ref>CommonFontProperties</common-ref>
  511. <common-ref>CommonMarginPropertiesInline</common-ref>
  512. <common-ref>CommonRelativePositionProperties</common-ref>
  513. <property>vertical-align</property>
  514. <property>alignment-adjust</property>
  515. <property>alignment-baseline</property>
  516. <property>baseline-shift</property>
  517. <property>block-progression-dimension</property>
  518. <property>color</property>
  519. <property>dominant-baseline</property>
  520. <property>height</property>
  521. <property>id</property>
  522. <property>inline-progression-dimension</property>
  523. <property>page-break-inside</property>
  524. <property>keep-together</property>
  525. <property>keep-with-next</property>
  526. <property>keep-with-previous</property>
  527. <property>line-height</property>
  528. <property>text-decoration</property>
  529. <property>visibility</property>
  530. <property>width</property>
  531. <property>wrap-option</property>
  532. <content>%inline;</content>
  533. <content>%block;</content>
  534. </element>
  535. <element>
  536. <name>inline-container</name>
  537. <common-ref>CommonBorderPaddingBackgroundProperties</common-ref>
  538. <common-ref>CommonMarginPropertiesInline</common-ref>
  539. <common-ref>CommonRelativePositionProperties</common-ref>
  540. <property>vertical-align</property>
  541. <property>alignment-adjust</property>
  542. <property>alignment-baseline</property>
  543. <property>baseline-shift</property>
  544. <property>block-progression-dimension</property>
  545. <property>clip</property>
  546. <property>display-align</property>
  547. <property>dominant-baseline</property>
  548. <property>height</property>
  549. <property>id</property>
  550. <property>inline-progression-dimension</property>
  551. <property>page-break-inside</property>
  552. <property>keep-together</property>
  553. <property>keep-with-next</property>
  554. <property>keep-with-previous</property>
  555. <property>line-height</property>
  556. <property>overflow</property>
  557. <property>reference-orientation</property>
  558. <property>width</property>
  559. <property>writing-mode</property>
  560. <content>%block;</content>
  561. </element>
  562. <element>
  563. <name>leader</name>
  564. <common-ref>CommonAccessibilityProperties</common-ref>
  565. <common-ref>CommonAuralProperties</common-ref>
  566. <common-ref>CommonBorderPaddingBackgroundProperties</common-ref>
  567. <common-ref>CommonFontProperties</common-ref>
  568. <common-ref>CommonMarginPropertiesInline</common-ref>
  569. <common-ref>CommonRelativePositionProperties</common-ref>
  570. <property>vertical-align</property>
  571. <property>alignment-adjust</property>
  572. <property>alignment-baseline</property>
  573. <property>baseline-shift</property>
  574. <property>color</property>
  575. <property>dominant-baseline</property>
  576. <property>text-depth</property>
  577. <property>text-altitude</property>
  578. <property>id</property>
  579. <property>keep-with-next</property>
  580. <property>keep-with-previous</property>
  581. <property>leader-alignment</property>
  582. <property>leader-length</property>
  583. <property>leader-pattern</property>
  584. <property>leader-pattern-width</property>
  585. <property>rule-style</property>
  586. <property>rule-thickness</property>
  587. <property>letter-spacing</property>
  588. <property>line-height</property>
  589. <property>text-shadow</property>
  590. <property>visibility</property>
  591. <property>word-spacing</property>
  592. <content>%inline;</content>
  593. </element>
  594. <element>
  595. <name>page-number</name>
  596. <common-ref>CommonAccessibilityProperties</common-ref>
  597. <common-ref>CommonAuralProperties</common-ref>
  598. <common-ref>CommonBorderPaddingBackgroundProperties</common-ref>
  599. <common-ref>CommonFontProperties</common-ref>
  600. <common-ref>CommonMarginPropertiesInline</common-ref>
  601. <common-ref>CommonRelativePositionProperties</common-ref>
  602. <property>vertical-align</property>
  603. <property>alignment-adjust</property>
  604. <property>alignment-baseline</property>
  605. <property>baseline-shift</property>
  606. <property>dominant-baseline</property>
  607. <property>id</property>
  608. <property>keep-with-next</property>
  609. <property>keep-with-previous</property>
  610. <property>letter-spacing</property>
  611. <property>line-height</property>
  612. <property>score-spaces</property>
  613. <property>text-altitude</property>
  614. <property>text-decoration</property>
  615. <property>text-depth</property>
  616. <property>text-shadow</property>
  617. <property>text-transform</property>
  618. <property>visibility</property>
  619. <property>word-spacing</property>
  620. <property>wrap-option</property>
  621. </element>
  622. <element>
  623. <name>page-number-citation</name>
  624. <common-ref>CommonAccessibilityProperties</common-ref>
  625. <common-ref>CommonAuralProperties</common-ref>
  626. <common-ref>CommonBorderPaddingBackgroundProperties</common-ref>
  627. <common-ref>CommonFontProperties</common-ref>
  628. <common-ref>CommonMarginPropertiesInline</common-ref>
  629. <common-ref>CommonRelativePositionProperties</common-ref>
  630. <property>vertical-align</property>
  631. <property>alignment-adjust</property>
  632. <property>alignment-baseline</property>
  633. <property>baseline-shift</property>
  634. <property>dominant-baseline</property>
  635. <property>id</property>
  636. <property>keep-with-next</property>
  637. <property>keep-with-previous</property>
  638. <property>letter-spacing</property>
  639. <property>line-height</property>
  640. <property>ref-id</property>
  641. <property>score-spaces</property>
  642. <property>text-altitude</property>
  643. <property>text-decoration</property>
  644. <property>text-depth</property>
  645. <property>text-shadow</property>
  646. <property>text-transform</property>
  647. <property>visibility</property>
  648. <property>word-spacing</property>
  649. <property>wrap-option</property>
  650. </element>
  651. <element>
  652. <name>table-and-caption</name>
  653. <common-ref>CommonAccessibilityProperties</common-ref>
  654. <common-ref>CommonAuralProperties</common-ref>
  655. <common-ref>CommonBorderPaddingBackgroundProperties</common-ref>
  656. <common-ref>CommonMarginPropertiesBlock</common-ref>
  657. <common-ref>CommonRelativePositionProperties</common-ref>
  658. <property>page-break-after</property>
  659. <property>page-break-before</property>
  660. <property>break-after</property>
  661. <property>break-before</property>
  662. <property>caption-side</property>
  663. <property>id</property>
  664. <!--property>intrusion-displace</property -->
  665. <property>page-break-inside</property>
  666. <property>keep-together</property>
  667. <property>keep-with-next</property>
  668. <property>keep-with-previous</property>
  669. <property>text-align</property>
  670. <content>table-caption</content>
  671. <content>table</content>
  672. </element>
  673. <element>
  674. <name>table</name>
  675. <common-ref>CommonAccessibilityProperties</common-ref>
  676. <common-ref>CommonAuralProperties</common-ref>
  677. <common-ref>CommonBorderPaddingBackgroundProperties</common-ref>
  678. <common-ref>CommonMarginPropertiesBlock</common-ref>
  679. <common-ref>CommonRelativePositionProperties</common-ref>
  680. <property>block-progression-dimension</property>
  681. <property>border-after-precedence</property>
  682. <property>border-before-precedence</property>
  683. <property>border-spacing</property>
  684. <property>border-collapse</property>
  685. <property>border-end-precedence</property>
  686. <property>border-separation</property>
  687. <property>border-start-precedence</property>
  688. <property>page-break-after</property>
  689. <property>page-break-before</property>
  690. <property>break-after</property>
  691. <property>break-before</property>
  692. <property>id</property>
  693. <property>inline-progression-dimension</property>
  694. <!--property>intrusion-displace</property -->
  695. <property>height</property>
  696. <property>page-break-inside</property>
  697. <property>keep-together</property>
  698. <property>keep-with-next</property>
  699. <property>keep-with-previous</property>
  700. <property>table-layout</property>
  701. <property>table-omit-footer-at-break</property>
  702. <property>table-omit-header-at-break</property>
  703. <property>width</property>
  704. <property>writing-mode</property>
  705. <content>table-column</content>
  706. <content>table-header</content>
  707. <content>table-footer</content>
  708. <content>table-body</content>
  709. </element>
  710. <element>
  711. <name>table-column</name>
  712. <common-ref>CommonBorderPaddingBackgroundProperties</common-ref>
  713. <!--
  714. NOTE:
  715. Only the background properties from this set apply. If the value of border-collapse is "collapse" or "collapse-with-precedence" for the table the border properties also apply.
  716. -->
  717. <property>border-after-precedence</property>
  718. <property>border-before-precedence</property>
  719. <property>border-end-precedence</property>
  720. <property>border-start-precedence</property>
  721. <property>column-number</property>
  722. <property>column-width</property>
  723. <property>number-columns-repeated</property>
  724. <property>number-columns-spanned</property>
  725. <property>visibility</property>
  726. </element>
  727. <element>
  728. <name>table-caption</name>
  729. <common-ref>CommonAccessibilityProperties</common-ref>
  730. <common-ref>CommonAuralProperties</common-ref>
  731. <common-ref>CommonBorderPaddingBackgroundProperties</common-ref>
  732. <common-ref>CommonRelativePositionProperties</common-ref>
  733. <property>block-progression-dimension</property>
  734. <property>height</property>
  735. <property>id</property>
  736. <property>inline-progression-dimension</property>
  737. <!--property>intrusion-displace</property -->
  738. <property>page-break-inside</property>
  739. <property>keep-together</property>
  740. <property>width</property>
  741. <content>%block;</content>
  742. </element>
  743. <element>
  744. <name>table-header</name>
  745. <common-ref>CommonAccessibilityProperties</common-ref>
  746. <common-ref>CommonAuralProperties</common-ref>
  747. <common-ref>CommonBorderPaddingBackgroundProperties</common-ref>
  748. <!--
  749. NOTE:
  750. Only the background properties from this set apply. If the value of border-collapse is "collapse" or "collapse-with-precedence" for the table the border properties also apply.
  751. -->
  752. <common-ref>CommonRelativePositionProperties</common-ref>
  753. <property>border-after-precedence</property>
  754. <property>border-before-precedence</property>
  755. <property>border-end-precedence</property>
  756. <property>border-start-precedence</property>
  757. <property>id</property>
  758. <property>visibility</property>
  759. <content>table-row</content>
  760. <content>table-cell</content>
  761. </element>
  762. <element>
  763. <name>table-footer</name>
  764. <common-ref>CommonAccessibilityProperties</common-ref>
  765. <common-ref>CommonAuralProperties</common-ref>
  766. <common-ref>CommonBorderPaddingBackgroundProperties</common-ref>
  767. <!--
  768. NOTE:
  769. Only the background properties from this set apply. If the value of border-collapse is "collapse" or "collapse-with-precedence" for the table the border properties also apply.
  770. -->
  771. <common-ref>CommonRelativePositionProperties</common-ref>
  772. <property>border-after-precedence</property>
  773. <property>border-before-precedence</property>
  774. <property>border-end-precedence</property>
  775. <property>border-start-precedence</property>
  776. <property>id</property>
  777. <property>visibility</property>
  778. <content>table-row</content>
  779. <content>table-cell</content>
  780. </element>
  781. <element>
  782. <name>table-body</name>
  783. <common-ref>CommonAccessibilityProperties</common-ref>
  784. <common-ref>CommonAuralProperties</common-ref>
  785. <common-ref>CommonBorderPaddingBackgroundProperties</common-ref>
  786. <!--
  787. NOTE:
  788. Only the background properties from this set apply. If the value of border-collapse is "collapse" or "collapse-with-precedence" for the table the border properties also apply.
  789. -->
  790. <common-ref>CommonRelativePositionProperties</common-ref>
  791. <property>border-after-precedence</property>
  792. <property>border-before-precedence</property>
  793. <property>border-end-precedence</property>
  794. <property>border-start-precedence</property>
  795. <property>id</property>
  796. <property>visibility</property>
  797. <content>table-row</content>
  798. <content>table-cell</content>
  799. </element>
  800. <element>
  801. <name>table-row</name>
  802. <common-ref>CommonAccessibilityProperties</common-ref>
  803. <property>block-progression-dimension</property>
  804. <common-ref>CommonAuralProperties</common-ref>
  805. <common-ref>CommonBorderPaddingBackgroundProperties</common-ref>
  806. <!--
  807. NOTE:
  808. Only the background properties from this set apply. If the value of border-collapse is "collapse" or "collapse-with-precedence" for the table the border properties also apply.
  809. -->
  810. <common-ref>CommonRelativePositionProperties</common-ref>
  811. <property>border-after-precedence</property>
  812. <property>border-before-precedence</property>
  813. <property>border-end-precedence</property>
  814. <property>border-start-precedence</property>
  815. <property>page-break-after</property>
  816. <property>page-break-before</property>
  817. <property>break-after</property>
  818. <property>break-before</property>
  819. <property>id</property>
  820. <property>height</property>
  821. <property>page-break-inside</property>
  822. <property>keep-together</property>
  823. <property>keep-with-next</property>
  824. <property>keep-with-previous</property>
  825. <property>visibility</property>
  826. <content>table-cell</content>
  827. </element>
  828. <element>
  829. <name>table-cell</name>
  830. <common-ref>CommonAccessibilityProperties</common-ref>
  831. <common-ref>CommonAuralProperties</common-ref>
  832. <common-ref>CommonBorderPaddingBackgroundProperties</common-ref>
  833. <common-ref>CommonRelativePositionProperties</common-ref>
  834. <property>border-after-precedence</property>
  835. <property>border-before-precedence</property>
  836. <property>border-end-precedence</property>
  837. <property>border-start-precedence</property>
  838. <property>block-progression-dimension</property>
  839. <property>column-number</property>
  840. <property>display-align</property>
  841. <property>relative-align</property>
  842. <property>empty-cells</property>
  843. <property>ends-row</property>
  844. <property>height</property>
  845. <property>id</property>
  846. <property>inline-progression-dimension</property>
  847. <property>number-columns-spanned</property>
  848. <property>number-rows-spanned</property>
  849. <property>starts-row</property>
  850. <property>width</property>
  851. <content>%block;</content>
  852. </element>
  853. <element>
  854. <name>list-block</name>
  855. <common-ref>CommonAccessibilityProperties</common-ref>
  856. <common-ref>CommonAuralProperties</common-ref>
  857. <common-ref>CommonBorderPaddingBackgroundProperties</common-ref>
  858. <common-ref>CommonMarginPropertiesBlock</common-ref>
  859. <common-ref>CommonRelativePositionProperties</common-ref>
  860. <property>page-break-after</property>
  861. <property>page-break-before</property>
  862. <property>break-after</property>
  863. <property>break-before</property>
  864. <property>id</property>
  865. <!--property>intrusion-displace</property -->
  866. <property>page-break-inside</property>
  867. <property>keep-together</property>
  868. <property>keep-with-next</property>
  869. <property>keep-with-previous</property>
  870. <property>provisional-distance-between-starts</property>
  871. <property>provisional-label-separation</property>
  872. <content>list-item</content>
  873. </element>
  874. <element>
  875. <name>list-item</name>
  876. <common-ref>CommonAccessibilityProperties</common-ref>
  877. <common-ref>CommonAuralProperties</common-ref>
  878. <common-ref>CommonBorderPaddingBackgroundProperties</common-ref>
  879. <common-ref>CommonMarginPropertiesBlock</common-ref>
  880. <common-ref>CommonRelativePositionProperties</common-ref>
  881. <property>page-break-after</property>
  882. <property>page-break-before</property>
  883. <property>break-after</property>
  884. <property>break-before</property>
  885. <property>id</property>
  886. <!--property>intrusion-displace</property -->
  887. <property>page-break-inside</property>
  888. <property>keep-together</property>
  889. <property>keep-with-next</property>
  890. <property>keep-with-previous</property>
  891. <property>relative-align</property>
  892. <content>list-item-label</content>
  893. <content>list-item-body</content>
  894. </element>
  895. <element>
  896. <name>list-item-body</name>
  897. <common-ref>CommonAccessibilityProperties</common-ref>
  898. <property>id</property>
  899. <property>page-break-inside</property>
  900. <property>keep-together</property>
  901. <content>%block;</content>
  902. </element>
  903. <element>
  904. <name>list-item-label</name>
  905. <common-ref>CommonAccessibilityProperties</common-ref>
  906. <property>id</property>
  907. <property>page-break-inside</property>
  908. <property>keep-together</property>
  909. <content>%block;</content>
  910. </element>
  911. <element>
  912. <name>basic-link</name>
  913. <common-ref>CommonAccessibilityProperties</common-ref>
  914. <common-ref>CommonAuralProperties</common-ref>
  915. <common-ref>CommonBorderPaddingBackgroundProperties</common-ref>
  916. <common-ref>CommonMarginPropertiesInline</common-ref>
  917. <common-ref>CommonRelativePositionProperties</common-ref>
  918. <property>vertical-align</property>
  919. <property>alignment-adjust</property>
  920. <property>alignment-baseline</property>
  921. <property>baseline-shift</property>
  922. <property>destination-placement-offset</property>
  923. <property>dominant-baseline</property>
  924. <property>external-destination</property>
  925. <property>id</property>
  926. <property>indicate-destination</property>
  927. <property>internal-destination</property>
  928. <property>page-break-inside</property>
  929. <property>keep-together</property>
  930. <property>keep-with-next</property>
  931. <property>keep-with-previous</property>
  932. <property>line-height</property>
  933. <property>show-destination</property>
  934. <property>target-processing-context</property>
  935. <property>target-presentation-context</property>
  936. <property>target-stylesheet</property>
  937. <content>%inline;</content>
  938. <content>%block;</content>
  939. </element>
  940. <element>
  941. <name>multi-switch</name>
  942. <common-ref>CommonAccessibilityProperties</common-ref>
  943. <property>auto-restore</property>
  944. <property>id</property>
  945. <content>multi-case</content>
  946. </element>
  947. <element>
  948. <name>multi-case</name>
  949. <common-ref>CommonAccessibilityProperties</common-ref>
  950. <property>id</property>
  951. <property>starting-state</property>
  952. <property>case-name</property>
  953. <property>case-title</property>
  954. <content>%inline;</content>
  955. <content>%block;</content>
  956. </element>
  957. <element>
  958. <name>multi-toggle</name>
  959. <common-ref>CommonAccessibilityProperties</common-ref>
  960. <property>id</property>
  961. <property>switch-to</property>
  962. <content>%inline;</content>
  963. <content>%block;</content>
  964. </element>
  965. <element>
  966. <name>multi-properties</name>
  967. <common-ref>CommonAccessibilityProperties</common-ref>
  968. <property>id</property>
  969. <content>multi-property-set</content>
  970. <content>wrapper</content>
  971. </element>
  972. <element>
  973. <name>multi-property-set</name>
  974. <property>id</property>
  975. <property>active-state</property>
  976. </element>
  977. <element>
  978. <name>float</name>
  979. <property>float</property>
  980. <property>clear</property>
  981. <content>%block;</content>
  982. </element>
  983. <element>
  984. <name>footnote</name>
  985. <common-ref>CommonAccessibilityProperties</common-ref>
  986. <content>inline</content>
  987. <content>footnote-body</content>
  988. </element>
  989. <element>
  990. <name>footnote-body</name>
  991. <common-ref>CommonAccessibilityProperties</common-ref>
  992. <content>%block;</content>
  993. </element>
  994. <element>
  995. <name>wrapper</name>
  996. <property>id</property>
  997. <content>%inline;</content>
  998. <content>%block;</content>
  999. </element>
  1000. <element>
  1001. <name>marker</name>
  1002. <property>marker-class-name</property>
  1003. <content>%inline;</content>
  1004. <content>%block;</content>
  1005. </element>
  1006. <element>
  1007. <name>retrieve-marker</name>
  1008. <property>retrieve-class-name</property>
  1009. <property>retrieve-position</property>
  1010. <property>retrieve-boundary</property>
  1011. </element>
  1012. </root>