Skip to content

Commit 3643b47

Browse files
authored
Merge pull request #232 from readium/correct-settings-data
Add a11yNormalize to settings data (json)
2 parents c3b11a7 + 9397b99 commit 3643b47

17 files changed

Lines changed: 23 additions & 20 deletions

css/dist/ReadMe.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Finally, page progression is impacted:
2525
Disabled user settings:
2626

2727
- `hyphens`;
28+
- a11y text normalization (`a11yNormalize`);
2829
- `letter-spacing`.
2930

3031
## CJK
@@ -48,6 +49,7 @@ Disabled user settings:
4849

4950
- `text-align`;
5051
- `hyphens`;
52+
- a11y text normalization (`a11yNormalize`);
5153
- `ligatures`;
5254
- paragraphs’ indent;
5355
- `word-spacing`.
@@ -85,6 +87,7 @@ Disabled user settings:
8587
- `column-count` (number of columns);
8688
- `text-align`;
8789
- `hyphens`;
90+
- a11y text normalization (`a11yNormalize`);
8891
- `ligatures`;
8992
- paragraphs’ indent;
9093
- `word-spacing`.

css/dist/ReadiumCSS-after.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Readium CSS v.2.0.3
2+
* Readium CSS v.2.0.4
33
* Copyright (c) 2017–2026. Readium Foundation. All rights reserved.
44
* Use of this source code is governed by a BSD-style license which is detailed in the
55
* LICENSE file present in the project repository where this source code is maintained.

css/dist/ReadiumCSS-before.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Readium CSS v.2.0.3
2+
* Readium CSS v.2.0.4
33
* Copyright (c) 2017–2026. Readium Foundation. All rights reserved.
44
* Use of this source code is governed by a BSD-style license which is detailed in the
55
* LICENSE file present in the project repository where this source code is maintained.

css/dist/ReadiumCSS-default.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Readium CSS v.2.0.3
2+
* Readium CSS v.2.0.4
33
* Copyright (c) 2017–2026. Readium Foundation. All rights reserved.
44
* Use of this source code is governed by a BSD-style license which is detailed in the
55
* LICENSE file present in the project repository where this source code is maintained.

css/dist/cjk-horizontal/ReadiumCSS-after.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Readium CSS v.2.0.3
2+
* Readium CSS v.2.0.4
33
* Copyright (c) 2017–2026. Readium Foundation. All rights reserved.
44
* Use of this source code is governed by a BSD-style license which is detailed in the
55
* LICENSE file present in the project repository where this source code is maintained.

css/dist/cjk-horizontal/ReadiumCSS-before.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Readium CSS v.2.0.3
2+
* Readium CSS v.2.0.4
33
* Copyright (c) 2017–2026. Readium Foundation. All rights reserved.
44
* Use of this source code is governed by a BSD-style license which is detailed in the
55
* LICENSE file present in the project repository where this source code is maintained.

css/dist/cjk-horizontal/ReadiumCSS-default.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Readium CSS v.2.0.3
2+
* Readium CSS v.2.0.4
33
* Copyright (c) 2017–2026. Readium Foundation. All rights reserved.
44
* Use of this source code is governed by a BSD-style license which is detailed in the
55
* LICENSE file present in the project repository where this source code is maintained.

css/dist/cjk-vertical/ReadiumCSS-after.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Readium CSS v.2.0.3
2+
* Readium CSS v.2.0.4
33
* Copyright (c) 2017–2026. Readium Foundation. All rights reserved.
44
* Use of this source code is governed by a BSD-style license which is detailed in the
55
* LICENSE file present in the project repository where this source code is maintained.

css/dist/cjk-vertical/ReadiumCSS-before.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Readium CSS v.2.0.3
2+
* Readium CSS v.2.0.4
33
* Copyright (c) 2017–2026. Readium Foundation. All rights reserved.
44
* Use of this source code is governed by a BSD-style license which is detailed in the
55
* LICENSE file present in the project repository where this source code is maintained.

css/dist/cjk-vertical/ReadiumCSS-default.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Readium CSS v.2.0.3
2+
* Readium CSS v.2.0.4
33
* Copyright (c) 2017–2026. Readium Foundation. All rights reserved.
44
* Use of this source code is governed by a BSD-style license which is detailed in the
55
* LICENSE file present in the project repository where this source code is maintained.

0 commit comments

Comments
 (0)