Opened 12 years ago
Closed 12 years ago
#9889 closed Bug (invalid)
some tags are not closed while inline editing like "br" , "img" etc
Reported by: | parag patel | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Source View | Version: | 4.0 |
Keywords: | Cc: | bhavesh.khatri@… |
Description
hi.. all
i am facing a problem when i am posting a form with inline editing .
i found that in inline editing mode <br> tag and also <img> tag are not closed. in inline editing .
it works perfect while i am trying without inline editing.
also i can`t found source button while inline editing .
thanks parag patel
Change History (1)
comment:1 Changed 12 years ago by
Keywords: | inline editing br tag img tag problems removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Source button for inline editing was reported here: #9713.
Here are useful links:
http://dev.w3.org/html5/spec-author-view/syntax.html#syntax-start-tag - Please see point 6
http://www.w3.org/html/wg/drafts/html/master/single-page.html#void-elements
http://stackoverflow.com/questions/3558119/are-self-closing-tags-valid-in-html5 - very good post.