Skip to content

Commit 3a879e1

Browse files
committed
Create json for experimental flags
In practice, this should help implement the flags without having to hardcode them
1 parent 8e9924a commit 3a879e1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

css/vars/experiments.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"experimentalHeaderFiltering": {
3+
"description": "Attempts to filter out paragraphs that are implicitly headings or part of headers",
4+
"scope": "RS",
5+
"value": "readium-experimentalHeaderFiltering-on"
6+
},
7+
"experimentalZoom": {
8+
"description": "Attemps to filter out elements that are sized using viewport units and should not be scaled directly e.g. tables, images, iframes, etc.",
9+
"scope": "RS",
10+
"value": "readium-experimentalZoom-on"
11+
}
12+
}

0 commit comments

Comments
 (0)