Skip to content

Commit 8291ed6

Browse files
committed
Remove text-size-adjust
That breaks the font-size zoom setting on Safari on iOS now, and won’t work any longer on iPadOS when the desktop-class interference kicks in. Actually, it seems completely broken in that case, as it disables the interference for some dom elements in some books but not others, etc. This means we must find a way to handle this case, as well as Firefox issues.
1 parent bbda8f6 commit 8291ed6

16 files changed

Lines changed: 15 additions & 35 deletions

css/dist/ReadiumCSS-after.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Readium CSS (v. 2.0.0-beta.7)
2+
* Readium CSS (v. 2.0.0-beta.8)
33
* Developers: Jiminy Panoz
44
* Copyright (c) 2017. Readium Foundation. All rights reserved.
55
* Use of this source code is governed by a BSD-style license which is detailed in the
@@ -57,8 +57,6 @@
5757
padding:0 !important;
5858
margin:0 !important;
5959
font-size:100% !important;
60-
-webkit-text-size-adjust:none;
61-
text-size-adjust:none;
6260
box-sizing:border-box;
6361
-webkit-touch-callout:none;
6462
}

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.0-beta.7)
2+
* Readium CSS (v. 2.0.0-beta.8)
33
* Developers: Jiminy Panoz
44
* Copyright (c) 2017. Readium Foundation. All rights reserved.
55
* Use of this source code is governed by a BSD-style license which is detailed in the

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.0-beta.7)
2+
* Readium CSS (v. 2.0.0-beta.8)
33
* Developers: Jiminy Panoz
44
* Copyright (c) 2017. Readium Foundation. All rights reserved.
55
* Use of this source code is governed by a BSD-style license which is detailed in the

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Readium CSS (v. 2.0.0-beta.7)
2+
* Readium CSS (v. 2.0.0-beta.8)
33
* Developers: Jiminy Panoz
44
* Copyright (c) 2017. Readium Foundation. All rights reserved.
55
* Use of this source code is governed by a BSD-style license which is detailed in the
@@ -57,8 +57,6 @@
5757
padding:0 !important;
5858
margin:0 !important;
5959
font-size:100% !important;
60-
-webkit-text-size-adjust:none;
61-
text-size-adjust:none;
6260
box-sizing:border-box;
6361
-webkit-touch-callout:none;
6462
}

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.0-beta.7)
2+
* Readium CSS (v. 2.0.0-beta.8)
33
* Developers: Jiminy Panoz
44
* Copyright (c) 2017. Readium Foundation. All rights reserved.
55
* Use of this source code is governed by a BSD-style license which is detailed in the

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.0-beta.7)
2+
* Readium CSS (v. 2.0.0-beta.8)
33
* Developers: Jiminy Panoz
44
* Copyright (c) 2017. Readium Foundation. All rights reserved.
55
* Use of this source code is governed by a BSD-style license which is detailed in the

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Readium CSS (v. 2.0.0-beta.7)
2+
* Readium CSS (v. 2.0.0-beta.8)
33
* Developers: Jiminy Panoz
44
* Copyright (c) 2017. Readium Foundation. All rights reserved.
55
* Use of this source code is governed by a BSD-style license which is detailed in the
@@ -57,8 +57,6 @@
5757
padding:0 !important;
5858
margin:0 !important;
5959
font-size:100% !important;
60-
-webkit-text-size-adjust:none;
61-
text-size-adjust:none;
6260
box-sizing:border-box;
6361

6462
hanging-punctuation:last allow-end;

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.0-beta.7)
2+
* Readium CSS (v. 2.0.0-beta.8)
33
* Developers: Jiminy Panoz
44
* Copyright (c) 2017. Readium Foundation. All rights reserved.
55
* Use of this source code is governed by a BSD-style license which is detailed in the

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.0-beta.7)
2+
* Readium CSS (v. 2.0.0-beta.8)
33
* Developers: Jiminy Panoz
44
* Copyright (c) 2017. Readium Foundation. All rights reserved.
55
* Use of this source code is governed by a BSD-style license which is detailed in the

css/dist/rtl/ReadiumCSS-after.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Readium CSS (v. 2.0.0-beta.7)
2+
* Readium CSS (v. 2.0.0-beta.8)
33
* Developers: Jiminy Panoz
44
* Copyright (c) 2017. Readium Foundation. All rights reserved.
55
* Use of this source code is governed by a BSD-style license which is detailed in the
@@ -57,8 +57,6 @@
5757
padding:0 !important;
5858
margin:0 !important;
5959
font-size:100% !important;
60-
-webkit-text-size-adjust:none;
61-
text-size-adjust:none;
6260
box-sizing:border-box;
6361
-webkit-touch-callout:none;
6462
}

0 commit comments

Comments
 (0)