@@ -591,4 +591,63 @@ body{
591591 : root [style *= "readium-normalize-on" ][style *= "--USER__typeScale" ] h3 {
592592 font-size : calc (1rem * var (--USER__typeScale )) !important ;
593593 }
594+ }
595+
596+ : root [style *= "readium-iPadOSPatch-on" ] body {
597+ -webkit-text-size-adjust : none;
598+ }
599+
600+ : root [style *= "readium-iPadOSPatch-on" ] p ,
601+ : root [style *= "readium-iPadOSPatch-on" ] h1 ,
602+ : root [style *= "readium-iPadOSPatch-on" ] h2 ,
603+ : root [style *= "readium-iPadOSPatch-on" ] h3 ,
604+ : root [style *= "readium-iPadOSPatch-on" ] h4 ,
605+ : root [style *= "readium-iPadOSPatch-on" ] h5 ,
606+ : root [style *= "readium-iPadOSPatch-on" ] h6 ,
607+ : root [style *= "readium-iPadOSPatch-on" ] li ,
608+ : root [style *= "readium-iPadOSPatch-on" ] th ,
609+ : root [style *= "readium-iPadOSPatch-on" ] td ,
610+ : root [style *= "readium-iPadOSPatch-on" ] dt ,
611+ : root [style *= "readium-iPadOSPatch-on" ] dd ,
612+ : root [style *= "readium-iPadOSPatch-on" ] pre ,
613+ : root [style *= "readium-iPadOSPatch-on" ] address ,
614+ : root [style *= "readium-iPadOSPatch-on" ] details ,
615+ : root [style *= "readium-iPadOSPatch-on" ] summary ,
616+ : root [style *= "readium-iPadOSPatch-on" ] figcaption ,
617+ : root [style *= "readium-iPadOSPatch-on" ] div : not (: has (p , h1 , h2 , h3 , h4 , h5 , h6 , li , th , td , dt , dd , pre , address , aside , details , figcaption , summary )),
618+ : root [style *= "readium-iPadOSPatch-on" ] aside : not (: has (p , h1 , h2 , h3 , h4 , h5 , h6 , li , th , td , dt , dd , pre , address , aside , details , figcaption , summary )){
619+ -webkit-text-zoom : reset;
620+ }
621+
622+ : root [style *= "readium-iPadOSPatch-on" ] abbr ,
623+ : root [style *= "readium-iPadOSPatch-on" ] b ,
624+ : root [style *= "readium-iPadOSPatch-on" ] bdi ,
625+ : root [style *= "readium-iPadOSPatch-on" ] bdo ,
626+ : root [style *= "readium-iPadOSPatch-on" ] cite ,
627+ : root [style *= "readium-iPadOSPatch-on" ] code ,
628+ : root [style *= "readium-iPadOSPatch-on" ] dfn ,
629+ : root [style *= "readium-iPadOSPatch-on" ] em ,
630+ : root [style *= "readium-iPadOSPatch-on" ] i ,
631+ : root [style *= "readium-iPadOSPatch-on" ] kbd ,
632+ : root [style *= "readium-iPadOSPatch-on" ] mark ,
633+ : root [style *= "readium-iPadOSPatch-on" ] q ,
634+ : root [style *= "readium-iPadOSPatch-on" ] rp ,
635+ : root [style *= "readium-iPadOSPatch-on" ] rt ,
636+ : root [style *= "readium-iPadOSPatch-on" ] ruby ,
637+ : root [style *= "readium-iPadOSPatch-on" ] s ,
638+ : root [style *= "readium-iPadOSPatch-on" ] samp ,
639+ : root [style *= "readium-iPadOSPatch-on" ] small ,
640+ : root [style *= "readium-iPadOSPatch-on" ] span ,
641+ : root [style *= "readium-iPadOSPatch-on" ] strong ,
642+ : root [style *= "readium-iPadOSPatch-on" ] sub ,
643+ : root [style *= "readium-iPadOSPatch-on" ] sup ,
644+ : root [style *= "readium-iPadOSPatch-on" ] time ,
645+ : root [style *= "readium-iPadOSPatch-on" ] u ,
646+ : root [style *= "readium-iPadOSPatch-on" ] var {
647+ -webkit-text-zoom : normal;
648+ }
649+
650+ : root [style *= "readium-iPadOSPatch-on" ] * : first-line ,
651+ : root [style *= "readium-iPadOSPatch-on" ] * : first-letter {
652+ -webkit-text-zoom : normal;
594653}
0 commit comments