﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
16659	<embed> tag should not have a closing tag	Lyuba		"https://developer.mozilla.org/en-US/docs/Web/HTML/Element/embed states:
""Must have a start tag, and must not have an end tag.""
However, CKEditor is adding a closing tag.

== Steps to reproduce ==

1. Go to http://ckeditor.com/demo#full
2. Switch to source mode
3. Replace source with `<embed src=""movie.mov"">`
4. Switch to WYSIWYG mode and back to source mode
5. See the tag was closed as `<embed src=""movie.mov""></embed>`

== Expected result ==

The tag should remain as pasted, without a closing tag

== Actual result ==

A closing </embed> tag is being incorrectly added

== Other details (browser, OS, CKEditor version, installed plugins) ==

Tested on Chrome, latest version"	Bug	confirmed	Normal		General				
