Opened 13 years ago

Last modified 13 years ago

#7693 confirmed Bug

Parse unpaired quotations

Reported by: Garry Yao Owned by:
Priority: Normal Milestone:
Component: Core : Parser Version: 3.0
Keywords: Cc:

Description

Editor will not parse the following source, degrade it into a single text node, some fault tolerant has to make instead.

<span style=""">text</span>

Change History (1)

comment:1 Changed 13 years ago by Jakub Ś

Status: newconfirmed

Safari, FF3 produce (in my opinion) the correct code:

<span style="">text</span>

Opera, FF4 and Chrome produce:

<p>&lt;span style=&quot;&quot; &quot;=&quot;&quot;&gt;text</p>

All versions of IE produce:

<span>text</span>
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy