Closed JackWilton1594 closed 5 months ago
@LEMDO-PM: Further to our in-person discussion: if we are doing something different for entrances, let's not. Entrances should have the same padding before and after. There's no guarantee that the entrance has anything to do with the next speaker.
@pszpak We want equal margin on either side of stage directions. We want to make sure that stage directions inside speeches are inline. In the HTML, the inline ones should all be <span data-el="stage">
elements that are children of either <div data-el="p">
or <div data-el="l">
(or descendants of <div data-el="sp">
).
Committed to lemdo-dev.scss:
/*Stage direction*/
span[data-el="stage"] {
display: block;
}
:is([data-el="p"], [data-el="sp"])>span[data-el="stage"] {
display: inline;
}
I'm going to close this. Let me know if it needs to be reopened if the change is not satisfactory.
SDD on their own line in the modern text should have padding before and after.
Some instances are rendered nicely; here, for example, from H5:
But many others bunch too closely to the following line, as in these examples from 1HW:
... and/or to the previous line, as in this example from H5:
I think the amount of padding should be the same before/after.