This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 19175 - Pipe breaks ?action=formedit Content section (even in <pre>)
Summary: Pipe breaks ?action=formedit Content section (even in <pre>)
Status: NEW
Alias: None
Product: webplatform.org
Classification: Unclassified
Component: infrastructure (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Doug Schepers
QA Contact: public-webplatform-bugs list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-01 20:39 UTC by Eric Bidelman
Modified: 2012-10-03 04:58 UTC (History)
2 users (show)

See Also:


Attachments

Description Eric Bidelman 2012-10-01 20:39:28 UTC
According to http://docs.webplatform.org/wiki/WPD:Manual_Of_Style/Gotchas#Pre_sections_with_pipe_characters, pipes should be ignored in <pre> tags.

In a tutorial, I have:

<pre>self.requestFileSystemSync = self.webkitRequestFileSystemSync ||
                             self.requestFileSystemSync;
</pre>

The page renders fine, but when I go back in to edit (?action=formedit), everything in
the Content section  below the "<pre>self.requestFileSystemSync = self.webkitRequestFileSystemSync ||"
is lost.
Comment 1 Eric Bidelman 2012-10-01 21:40:44 UTC
Definitely just seems to be a problem in ?action=formedit mode.
Comment 2 Alex Komoroske 2012-10-01 21:51:54 UTC
Interesting. We've asked a semantic forms expert.
Comment 3 Eric Bidelman 2012-10-03 04:58:23 UTC
The workaround for now is to use ascii &#124; for pipes in <pre>.