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
It's not obvious to me how a general solution to this would look. We would have to calculate specificity for children of verse and try to generate a more specific selector to pass that specificity target. That sounds very complex. We can already get specificity but generating a selector to somehow achieve specificity + 1 without messing up any other selectors might not be solvable. This might just be a case where the Kobo build is going to have to suffer slightly because of their damn spans.
I'll leave this issue open for now in case someone wants to pick it up, or I get hit by inspiration. But, I don't have time to think about it any time soon unfortunately.
This is what I came across while testing #511, the poetry build fix.
Despite de Cleyre having CSS to right-align footers, the footer in the compatibility build is left-aligned:
Inspection of the CSS indicates that the reason this is happening is that the compatible poem CSS is more specific than the footer CSS:
The relevant rules from the extracted CSS are
and
The text was updated successfully, but these errors were encountered: