Issue 55746

Summary: CSS div and span classes should turn into paragraph and character styles (HTML-import)
Product: Writer Reporter: alvarezp2000 <octalaoobug>
Component: open-importAssignee: AOO issues mailing list <issues>
Status: CONFIRMED --- QA Contact:
Severity: Trivial    
Priority: P3 CC: issues
Version: OOo 1.0.0Keywords: oooqa, rfe_eval_ok
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: FEATURE Latest Confirmation in: ---
Developer Difficulty: ---

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?