testilo 31.0.1 → 31.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/procs/score/tic40.js +19 -3
package/package.json
CHANGED
package/procs/score/tic40.js
CHANGED
|
@@ -2478,11 +2478,12 @@ exports.issues = {
|
|
|
2478
2478
|
}
|
|
2479
2479
|
}
|
|
2480
2480
|
},
|
|
2481
|
-
|
|
2482
|
-
summary: 'CSS bans rotation',
|
|
2481
|
+
cssBansPageRotate: {
|
|
2482
|
+
summary: 'CSS bans page rotation',
|
|
2483
2483
|
why: 'User must read sideways after rotating a device',
|
|
2484
2484
|
wcag: '1.3.4',
|
|
2485
2485
|
weight: 4,
|
|
2486
|
+
max: 1,
|
|
2486
2487
|
tools: {
|
|
2487
2488
|
aslint: {
|
|
2488
2489
|
orientation: {
|
|
@@ -2500,6 +2501,21 @@ exports.issues = {
|
|
|
2500
2501
|
}
|
|
2501
2502
|
}
|
|
2502
2503
|
},
|
|
2504
|
+
cssBansElementRotate: {
|
|
2505
|
+
summary: 'CSS bans element rotation',
|
|
2506
|
+
why: 'User must read sideways after rotating a device',
|
|
2507
|
+
wcag: '1.3.4',
|
|
2508
|
+
weight: 4,
|
|
2509
|
+
tools: {
|
|
2510
|
+
ibm: {
|
|
2511
|
+
element_orientation_unlocked: {
|
|
2512
|
+
variable: false,
|
|
2513
|
+
quality: 1,
|
|
2514
|
+
what: 'Element orientation is restricted by a CSS transform'
|
|
2515
|
+
}
|
|
2516
|
+
}
|
|
2517
|
+
}
|
|
2518
|
+
},
|
|
2503
2519
|
orientationRisk: {
|
|
2504
2520
|
summary: 'orientation issues not testable',
|
|
2505
2521
|
why: 'User may need to read sideways after rotating a device',
|
|
@@ -4785,7 +4801,7 @@ exports.issues = {
|
|
|
4785
4801
|
}
|
|
4786
4802
|
},
|
|
4787
4803
|
ed11y: {
|
|
4788
|
-
|
|
4804
|
+
textPossibleHeading: {
|
|
4789
4805
|
variable: false,
|
|
4790
4806
|
quality: 1,
|
|
4791
4807
|
what: 'Styled p element may be misused as a heading'
|