Skip to content

Wrong element position with double "float: right" #99

@e4z9

Description

@e4z9

The HTML that I have leads to overlapping text in litehtml because part of the text is shown on the left instead of the right side.
Minimal example of the part that should be on the right side, but doesn't work correctly:

<html>
<body>
    <table style="float: right">
      <tr>
        <td style="float: right" width="100%">Should be on right side</td>
      </tr>
    </table>
</body>
</html>

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions