You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To disable the hiding and show ruby annotations, you can either set an empty string as a value of remove the property.
171
171
172
+
### Experimental Features Flags
173
+
174
+
Experimental flags are used to opt-in to and test improvements to existing features. That way they can also be disabled without having to wait on a quickfix in case they are creating new issues.
Copy file name to clipboardExpand all lines: docs/CSS28-migration_guide.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -257,4 +257,13 @@ As of version `2.0.0-beta.22`, ReadiumCSS provides an experimental stylesheet fo
257
257
258
258
As well as the patching of zoom for iOS and iPadOS. **Note there is no fallback in case the `zoom` CSS property is not supported.**
259
259
260
-
Typically, you would use zoom for all web publications, and the rest of the styles if the web publication’s accessibility metadata contains feature `displayTransformability`.
260
+
Typically, you would use zoom for all web publications, and the rest of the styles if the web publication’s accessibility metadata contains feature `displayTransformability`.
261
+
262
+
## Experimental Features Flags
263
+
264
+
As of version `2.0.0-beta.23`, ReadiumCSS provides flags as a way to opt-in to and test improvements to existing features. That way they can also be disabled without having to wait on a quickfix in case they are creating new issues.
265
+
266
+
-`--RS__experimentalHeaderFiltering: readium-experimentalHeaderFiltering-on`: attempts to filter out paragraphs that are implicitly headings or part of headers
267
+
-`--RS__experimentalZoom: readium-experimentalZoom-on`: attemps to filter out elements that are sized using viewport units and should not be scaled directly
<h3class="sigil_not_in_toc">Experimental Features Flags</h3>
190
192
193
+
<p>Experimental flags are used to opt-in to and test improvements to existing features. That way they can also be disabled without having to wait on a quickfix in case they are creating new issues</p>
<p>Typically, you would use zoom for all web publications, and the rest of the styles if the web publication’s accessibility metadata contains feature <code>displayTransformability</code>.</p>
311
311
</section>
312
+
313
+
<sectionid="experimental-flags" class="level2">
314
+
<h2id="sigil_toc_id_219">Experimental Flags</h2>
315
+
316
+
<p>As of version <code>2.0.0-beta.23</code>, ReadiumCSS provides flags as a way to opt-in to and test improvements to existing features. That way they can also be disabled without having to wait on a quickfix in case they are creating new issues.</p>
317
+
318
+
<ul>
319
+
<li><code>--RS__experimentalHeaderFiltering: readium-experimentalHeaderFiltering-on</code>: attempts to filter out paragraphs that are implicitly headings or part of headers</li>
320
+
<li><code>--RS__experimentalZoom: readium-experimentalZoom-on</code>: attemps to filter out elements that are sized using viewport units and should not be scaled directly</li>
0 commit comments