diff options
author | László Németh <nemeth@numbertext.org> | 2024-05-06 17:17:43 +0200 |
---|---|---|
committer | László Németh <nemeth@numbertext.org> | 2024-05-07 13:58:28 +0200 |
commit | c8a99cb8dce54de506ba66d1cc0818b9b5f7858b (patch) | |
tree | 51291edc4f5413fcf300d694fa4c7f6f20f5deb1 /schema | |
parent | 0ca20dca3349daa303b89251443f550491968a39 (diff) |
tdf#132599 sw schema xmloff: add hyphenation-keep-type='always'
Add new hyphenation option to limit hyphenation
of the last full line of the hyphenated paragraph.
Move also loext:hyphenation-keep-type to paragraph-properties,
following the associated hyphenation-keep.
Note: value "always" is defined by CSS 4 hyphenate-limit-last,
see https://www.w3.org/TR/css-text-4/#hyphenate-line-limits.
Follow-up to commit 6e8819f29b6051a0e551d77512830539913ec277
"tdf#132599 cui offapi sw xmloff: add hyphenation-keep-type".
Change-Id: I2121269205fc89fb5367dccdca00195aac68f3e5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167232
Tested-by: Jenkins
Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'schema')
-rw-r--r-- | schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng b/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng index e2ade3172e22..4073fa6f1af2 100644 --- a/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng +++ b/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng @@ -3066,7 +3066,7 @@ xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1. </rng:define> <!-- TODO no proposal --> - <rng:define name="style-text-properties-attlist" combine="interleave"> + <rng:define name="style-paragraph-properties-attlist" combine="interleave"> <rng:optional> <!-- default value: column --> <rng:attribute name="loext:hyphenation-keep-type"> |