Operation Manual

Table Of Contents
14
What's new
Last updated 11/30/2015
Update to W3C Validator
Dreamweaver has now been updated to use the new validator service for HTML5 from W3C:
https://validator.w3.org/nu/. The older validator service, validator.w3.org, is obsolete now.
The new validator service supports only the following parsers:
As in the previous releases of Dreamweaver, you can still specify the fallback parser that Dreamweaver can pick if it is
unable to identify the parser based on the document content type or DTD. Only the available list of parsers has changed
with the new validator.
For more information, see Validate documents using W3C validator.
Support for SVG files in the Assets panel
The Assets panel now lists all the SVG assets in the Dreamweaver site associated with the currently active document.
Like any other asset in the Assets panel, you can perform various actions on SVG assets, for example, editing, assigning
URLs, and reusing assets across documents and sites.
Value Description
none Choice of HTML or XML parser is based on Content-Type.
xml XML parser, will not load external entities
xmldtd XML parser, will load external entities
html HTML parser, configuration is based on doctype.
html5 HTML parser in the HTML5 mode.
html4 HTML parser in the HTML4 strict mode.
html4tr HTML parser in the HTML4 transitional mode.