Skip to content

Commit 14f5e88

Browse files
committed
Move shared XSL-FO extension properties → Styles
Signed-off-by: Roger Sheen <[email protected]>
1 parent 95a789c commit 14f5e88

File tree

3 files changed

+8
-14
lines changed

3 files changed

+8
-14
lines changed

resources/theme/Block-styles.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -269,11 +269,5 @@ TOC entry in main TOC. `<n>` is a number ranging from 1 to 6, representing each
269269

270270
Unordered list.
271271

272-
## XSL-FO extension properties
273-
274-
Themes support XSL-FO extension properties implemented by XSL formatters:
275-
276-
- `background-size: [ <length> | <percentage> | auto ]{1,2}` — Size of background image.
277-
278272
[XSL fo:block]: https://www.w3.org/TR/xsl11/#fo_block
279-
[XSL extensions]: #xsl-fo-extension-properties
273+
[XSL extensions]: ./Styles.md#xsl-fo-extension-properties

resources/theme/Inline-styles.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -220,11 +220,5 @@ XML namespace name element.
220220

221221
XML processing instruction element.
222222

223-
## XSL-FO extension properties
224-
225-
Themes support XSL-FO extension properties implemented by XSL formatters:
226-
227-
- `background-size: [ <length> | <percentage> | auto ]{1,2}` — Size of background image.
228-
229223
[XSL fo:inline]: https://www.w3.org/TR/xsl11/#fo_inline
230-
[XSL extensions]: #xsl-fo-extension-properties
224+
[XSL extensions]: ./Styles.md#xsl-fo-extension-properties

resources/theme/Styles.md

+6
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,10 @@ style:
2323
text-decoration: underline
2424
```
2525
26+
## XSL-FO extension properties
27+
28+
In addition to the block and inline styles, themes support XSL-FO extension properties implemented by XSL formatters:
29+
30+
- `background-size: [ <length> | <percentage> | auto ]{1,2}` — Size of background image.
31+
2632
[refine-margin-space-indent]: https://www.w3.org/TR/xsl11/#refine-margin-space-indent

0 commit comments

Comments
 (0)