Actions
Bug #1240
closedWText: Generates span for xhtml while it shouldn't.
Start date:
04/16/2012
Due date:
% Done:
0%
Estimated time:
Description
Hi,
If I create a WText() with xhtml in, and it has for instance a
in it, the w3.org html validator will give an error since it creates a for it, which changes to a "phrasing content" model, in which
isn't allowed.
is only allowed when in "flow content" and "palpable content".
Kurt
Updated by Koen Deforche over 12 years ago
- Status changed from New to Closed
- Assignee set to Koen Deforche
- Target version set to 3.2.2
Hey,
WText is indeed not that clever --- it has some simple heuristics to switch to a
but these are not exhaustive.
You should in this case call text->setInline(false).
Regards,
koen
Actions