@@ -303,20 +303,26 @@ body{
303303
304304@supports selector(figure : has (> img )){
305305
306- : root : not ([style *= "readium-deprecatedFontSize-on" ]): not ([style *= "readium-iOSPatch-on" ])[style *= "--USER__fontSize" ] figure : has (> img ),
307- : root : not ([style *= "readium-deprecatedFontSize-on" ]): not ([style *= "readium-iOSPatch-on" ])[style *= "--USER__fontSize" ] figure : has (> video ),
308- : root : not ([style *= "readium-deprecatedFontSize-on" ]): not ([style *= "readium-iOSPatch-on" ])[style *= "--USER__fontSize" ] figure : has (> svg ),
309- : root : not ([style *= "readium-deprecatedFontSize-on" ]): not ([style *= "readium-iOSPatch-on" ])[style *= "--USER__fontSize" ] figure : has (> canvas ),
310- : root : not ([style *= "readium-deprecatedFontSize-on" ]): not ([style *= "readium-iOSPatch-on" ])[style *= "--USER__fontSize" ] figure : has (> iframe ),
311- : root : not ([style *= "readium-deprecatedFontSize-on" ]): not ([style *= "readium-iOSPatch-on" ])[style *= "--USER__fontSize" ] figure : has (> audio ),
312- : root : not ([style *= "readium-deprecatedFontSize-on" ]): not ([style *= "readium-iOSPatch-on" ])[style *= "--USER__fontSize" ] table {
306+ : root [style *= "readium-experimentalZoom-on" ]: not ([style *= "readium-deprecatedFontSize-on" ]): not ([style *= "readium-iOSPatch-on" ])[style *= "--USER__fontSize" ] figure : has (> img ),
307+ : root [style *= "readium-experimentalZoom-on" ]: not ([style *= "readium-deprecatedFontSize-on" ]): not ([style *= "readium-iOSPatch-on" ])[style *= "--USER__fontSize" ] figure : has (> video ),
308+ : root [style *= "readium-experimentalZoom-on" ]: not ([style *= "readium-deprecatedFontSize-on" ]): not ([style *= "readium-iOSPatch-on" ])[style *= "--USER__fontSize" ] figure : has (> svg ),
309+ : root [style *= "readium-experimentalZoom-on" ]: not ([style *= "readium-deprecatedFontSize-on" ]): not ([style *= "readium-iOSPatch-on" ])[style *= "--USER__fontSize" ] figure : has (> canvas ),
310+ : root [style *= "readium-experimentalZoom-on" ]: not ([style *= "readium-deprecatedFontSize-on" ]): not ([style *= "readium-iOSPatch-on" ])[style *= "--USER__fontSize" ] figure : has (> iframe ),
311+ : root [style *= "readium-experimentalZoom-on" ]: not ([style *= "readium-deprecatedFontSize-on" ]): not ([style *= "readium-iOSPatch-on" ])[style *= "--USER__fontSize" ] figure : has (> audio ),
312+ : root [style *= "readium-experimentalZoom-on" ]: not ([style *= "readium-deprecatedFontSize-on" ]): not ([style *= "readium-iOSPatch-on" ])[style *= "--USER__fontSize" ] div : has (> img : only-child ),
313+ : root [style *= "readium-experimentalZoom-on" ]: not ([style *= "readium-deprecatedFontSize-on" ]): not ([style *= "readium-iOSPatch-on" ])[style *= "--USER__fontSize" ] div : has (> video : only-child ),
314+ : root [style *= "readium-experimentalZoom-on" ]: not ([style *= "readium-deprecatedFontSize-on" ]): not ([style *= "readium-iOSPatch-on" ])[style *= "--USER__fontSize" ] div : has (> svg : only-child ),
315+ : root [style *= "readium-experimentalZoom-on" ]: not ([style *= "readium-deprecatedFontSize-on" ]): not ([style *= "readium-iOSPatch-on" ])[style *= "--USER__fontSize" ] div : has (> canvas : only-child ),
316+ : root [style *= "readium-experimentalZoom-on" ]: not ([style *= "readium-deprecatedFontSize-on" ]): not ([style *= "readium-iOSPatch-on" ])[style *= "--USER__fontSize" ] div : has (> iframe : only-child ),
317+ : root [style *= "readium-experimentalZoom-on" ]: not ([style *= "readium-deprecatedFontSize-on" ]): not ([style *= "readium-iOSPatch-on" ])[style *= "--USER__fontSize" ] div : has (> audio : only-child ),
318+ : root [style *= "readium-experimentalZoom-on" ]: not ([style *= "readium-deprecatedFontSize-on" ]): not ([style *= "readium-iOSPatch-on" ])[style *= "--USER__fontSize" ] table {
313319 zoom : calc (100% / var (--USER__fontSize )) !important ;
314320 }
315321
316- : root : not ([style *= "readium-deprecatedFontSize-on" ]): not ([style *= "readium-iOSPatch-on" ])[style *= "--USER__fontSize" ] figcaption ,
317- : root : not ([style *= "readium-deprecatedFontSize-on" ]): not ([style *= "readium-iOSPatch-on" ])[style *= "--USER__fontSize" ] caption ,
318- : root : not ([style *= "readium-deprecatedFontSize-on" ]): not ([style *= "readium-iOSPatch-on" ])[style *= "--USER__fontSize" ] td ,
319- : root : not ([style *= "readium-deprecatedFontSize-on" ]): not ([style *= "readium-iOSPatch-on" ])[style *= "--USER__fontSize" ] th {
322+ : root [ style *= "readium-experimentalZoom-on" ] : not ([style *= "readium-deprecatedFontSize-on" ]): not ([style *= "readium-iOSPatch-on" ])[style *= "--USER__fontSize" ] figcaption ,
323+ : root [ style *= "readium-experimentalZoom-on" ] : not ([style *= "readium-deprecatedFontSize-on" ]): not ([style *= "readium-iOSPatch-on" ])[style *= "--USER__fontSize" ] caption ,
324+ : root [ style *= "readium-experimentalZoom-on" ] : not ([style *= "readium-deprecatedFontSize-on" ]): not ([style *= "readium-iOSPatch-on" ])[style *= "--USER__fontSize" ] td ,
325+ : root [ style *= "readium-experimentalZoom-on" ] : not ([style *= "readium-deprecatedFontSize-on" ]): not ([style *= "readium-iOSPatch-on" ])[style *= "--USER__fontSize" ] th {
320326 zoom : var (--USER__fontSize ) !important ;
321327 }
322328}
0 commit comments