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
There is a difference now between EPUB and ONIX where in the instructions for 4.3.3 and 4.7.3 the inner lists are unordered but in the ONIX they are ordered lists.
If they really should be ordered we need new CSS so that the numbers just doesn't restart at 1, 2, 3 etc. but really should be 1.1, 1.2, 1.3 etc.
If we can make that happen it will help with the readability if we stick with ordered lists for the sub list.
eg.
1. IF no_hazards_or_warnings_confirmed OR (no_flashing_hazards AND no_motion_hazards AND no_sound_hazards):
THEN display "No hazards".
2. ELSE IF flashing_hazard OR motion_simulation_hazard OR sound_hazard:
THEN
2.1 IF flashing_hazard: THEN display "Flashing content".
2.2 IF motion_simulation_hazard: THEN display "Motion simulation".
2.3 IF sound_hazard: THEN display "Loud sounds".
@mattgarrish Is this possible Matt to be fixed in the CSS to make that happen for an ordered list within an ordered list?
The sub-list in
4.7.3 Instructions
should be unordered.
ie.
THEN display "Flashing content".
THEN display "Motion simulation".
THEN display "Loud sounds".
The text was updated successfully, but these errors were encountered: