DK: The final newline in the paragraph is ignored when the CSS property is set to pre-wrap. The same newline forces a break (as expected) when the property is set to pre-line. Otherwise pre-wrap and pre-line works as this tester would expect them to work. I note that neither property is automatically applied to the <pre> element; maybe this should be in the default stylesheet?
Requirement
[4.4:55] The user shall be able to override the default handling of whitespace for certain elements:
sprint#2 :fast_forward:
Tasks
Test results
pre-wrap
. The same newline forces a break (as expected) when the property is set topre-line
. Otherwisepre-wrap
andpre-line
works as this tester would expect them to work. I note that neither property is automatically applied to the<pre>
element; maybe this should be in the default stylesheet?Issues
white-space: pre-wrap|pre-line
not working for long text (fixed in commit https://github.com/daisy/pipeline-mod-braille/commit/6b25e5388637ce46c2e6c4bdcd71fc6475a34637)