Opened 14 years ago
Closed 14 years ago
#10247 closed defect (bug) (duplicate)
New lines in <video> markup generates <br />
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
This page http://hacks.mozilla.org/2009/06/html5-video-fallbacks-markup/ has some <video> markup, and it seems wordpress inserts <br /> for each new line inside the video, which makes it invalid HTML.
Wordpress should either gain knowledge about <video> (and <audio>) in particular and not insert <br /> between the <source> elements, or it should avoid inserting <br /> inside unknown elements.
Change History (1)
Note: See
TracTickets for help on using
tickets.
see #9437