[
https://issues.jboss.org/browse/JBIDE-14599?page=com.atlassian.jira.plugi...
]
Viacheslav Kabanovich commented on JBIDE-14599:
-----------------------------------------------
Test works with method FileUtil.isDoctypeHTML(String) so it is natural to have it in
StringUtilTests. I thought about moving code of this method from FileUtil to StringUtil,
but was stopped by these considerations: The fix is planned for merge into Beta 1, so I
would like to keep to minimal changes, while StringUtil is located in another plugin, and
FileUtil.isDoctypeHTML(String) is used now only by FileUtil.isDoctypeHTML(IFile).
<!doctype html> vs <!DOCTYPE html>
----------------------------------
Key: JBIDE-14599
URL:
https://issues.jboss.org/browse/JBIDE-14599
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml/html source editing
Reporter: Burr Sutter
Assignee: Alexey Kazakov
Priority: Critical
Labels: respin-a
Fix For: 4.1.0.Beta1
The lowercase version of <!doctype html> does not enable/display the jQuery Mobile
Palette while the uppercase version does.
It would appear that "doctype" is case insensitive
http://www.w3.org/html/wg/drafts/html/master/syntax.html#the-doctype
What is the more correct thing to do here?
At this time, the html5 scaffold generates the lowercase version.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira