﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
17041	CKEDITOR.dom.document.createElement API changes the “href” attribute automatically	saikarthik		"== Steps to reproduce ==

1.  Open the CKEditor sample page(http://ckeditor.com/features) in chrome ( any browser with console)
2.  Open Chrome web console and try adding an anchor element with this command 
        ""window.CKEDITOR.document.createElement(""a"",{attributes:{href:'google.com'}})""
3.   In the result , expand the dom element and view the value of 'href' attribute

== Expected result ==
href: google.com

== Actual result ==
""http://ckeditor.com/google.com""
== Other details (browser, OS, CKEditor version, installed plugins) ==
"	Bug	new	Normal		General	4.7.0			
