Skip to content

Parse CSS from style attributes #116

@samnung

Description

@samnung

Following #97, Epuber should also parse style attributes from (X)HTML.

For example:

<div style="background-image: url('images/5-first');">
</div>

Should be translated to:

<div style="background-image: url('../images/5-first.jpg');">
</div>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions