Issue 55746 - CSS div and span classes should turn into paragraph and character styles (HTML-import)
Summary: CSS div and span classes should turn into paragraph and character styles (HTM...
Status: CONFIRMED
Alias: None
Product: Writer
Classification: Application
Component: open-import (show other issues)
Version: OOo 1.0.0
Hardware: All All
: P3 Trivial with 1 vote (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords: oooqa, rfe_eval_ok
Depends on:
Blocks:
 
Reported: 2005-10-11 03:14 UTC by alvarezp2000
Modified: 2013-02-07 22:38 UTC (History)
1 user (show)

See Also:
Issue Type: FEATURE
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description alvarezp2000 2005-10-11 03:14:05 UTC
Opening an HTML document should catch <span class="xx"> and turn into "xx" 
character style. DIV classes should turn into paragraph styles.

Snip of CSS:
.data { font-weight: bold; }
 
Snip of HTML:
<li>Correo electrónico: <span class="data"><a href="mailto:
localhost@localdomain">localhost@localdomain</a></span>.</li>

Currently, this code would just apply "soft" formatting to the document. It 
should create and define the appropriate paragraph and character styles instead.
Comment 1 michael.ruess 2005-10-11 08:02:47 UTC
Reassigned to ES.
Comment 2 lohmaier 2005-10-11 22:33:48 UTC
confirming, reassigning.
Comment 3 alvarezp2000 2007-07-07 20:57:48 UTC
No news since "Tue Oct 11 21:33:48 +0000 2005".

any updates?