﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14240	Track not respecting void element flag.	sylus		"== Steps to reproduce ==

1. In CKEditor paste:

<track label=""English subtitles"" kind=""subtitles"" srclang=""en"" src=""video-subtitles-en.vtt"" default>

2. Toggle the source button on / off
 
3. The rendered result is:

<track default="""" kind=""subtitles"" label=""English subtitles"" src=""video-subtitles-en.vtt"" srclang=""en""></track>

note: ACF should be disabled this is likely why the whole Track tag is stripped in nightly demo as tried to reproduce there. 

== Expected result ==

The expected result is that track should respect the fact it is a void element. 

Running 'CKEDITOR.dtd.$empty' in the console does show Track is flagged as 1.

== Actual result ==

An extra closing track tag is added.

== Other details (browser, OS, CKEditor version, installed plugins) ==

All CKEditor versions 4.3.5+, MacOSX, Chrome 47, and no plugins


As an aside thank you for all the amazing work done in CKEditor it works superbly otherwise"	Bug	closed	Normal		General	4.5.4	expired		
