Skip to content

Instantly share code, notes, and snippets.

@senny
Created May 4, 2014 12:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save senny/0213ea3b4c5c38947ea2 to your computer and use it in GitHub Desktop.
Save senny/0213ea3b4c5c38947ea2 to your computer and use it in GitHub Desktop.
guides :: (nateberkopec-make_guides_html_valid) » bundle exec rake guides:validate ~/Projects/rails/guides 1 ↵
/Users/senny/.rbenv/versions/2.0.0-p451/bin/ruby w3c_validator.rb
EEEEEEEEEEEEEEEEEEEEEEEEEEE
Could not validate ./output/debugging_rails_applications.html because of 502 "Proxy Error"
EEEEEEEEE
Could not validate ./output/maintenance_policy.html because of 502 "Proxy Error"
E
Could not validate ./output/nested_model_forms.html because of 502 "Proxy Error"
E
Could not validate ./output/rails_application_templates.html because of 502 "Proxy Error"
EEEEEEE
There are 45 guides with validation errors:
./output/2_2_release_notes.html
./output/2_3_release_notes.html
./output/3_0_release_notes.html
./output/3_1_release_notes.html
./output/3_2_release_notes.html
./output/4_0_release_notes.html
./output/4_1_release_notes.html
./output/_license.html
./output/_welcome.html
./output/action_controller_overview.html
./output/action_mailer_basics.html
./output/action_view_overview.html
./output/active_model_basics.html
./output/active_record_basics.html
./output/active_record_callbacks.html
./output/active_record_querying.html
./output/active_record_validations.html
./output/active_support_core_extensions.html
./output/active_support_instrumentation.html
./output/api_documentation_guidelines.html
./output/asset_pipeline.html
./output/association_basics.html
./output/caching_with_rails.html
./output/command_line.html
./output/configuring.html
./output/contributing_to_ruby_on_rails.html
./output/credits.html
./output/development_dependencies_install.html
./output/engines.html
./output/form_helpers.html
./output/generators.html
./output/getting_started.html
./output/i18n.html
./output/index.html
./output/initialization.html
./output/layouts_and_rendering.html
./output/migrations.html
./output/plugins.html
./output/rails_on_rack.html
./output/routing.html
./output/ruby_on_rails_guides_guidelines.html
./output/security.html
./output/testing.html
./output/upgrading_ruby_on_rails.html
./output/working_with_javascript_in_rails.html
Here are the detailed errors for each guide:
./output/2_2_release_notes.html has 11 validation error(s):
ERROR; URI: ./output/2_2_release_notes.html; line 158: end tag for element "div" which is not open
ERROR; URI: ./output/2_2_release_notes.html; line 167: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/2_2_release_notes.html; line 168: document type does not allow element "html" here
ERROR; URI: ./output/2_2_release_notes.html; line 168: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/2_2_release_notes.html; line 168: document type does not allow element "body" here
ERROR; URI: ./output/2_2_release_notes.html; line 224: end tag for "html" which is not finished
ERROR; URI: ./output/2_2_release_notes.html; line 234: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/2_2_release_notes.html; line 235: document type does not allow element "html" here
ERROR; URI: ./output/2_2_release_notes.html; line 235: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/2_2_release_notes.html; line 235: document type does not allow element "body" here
ERROR; URI: ./output/2_2_release_notes.html; line 732: end tag for "html" which is not finished
./output/2_3_release_notes.html has 11 validation error(s):
ERROR; URI: ./output/2_3_release_notes.html; line 158: end tag for element "div" which is not open
ERROR; URI: ./output/2_3_release_notes.html; line 167: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/2_3_release_notes.html; line 168: document type does not allow element "html" here
ERROR; URI: ./output/2_3_release_notes.html; line 168: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/2_3_release_notes.html; line 168: document type does not allow element "body" here
ERROR; URI: ./output/2_3_release_notes.html; line 252: end tag for "html" which is not finished
ERROR; URI: ./output/2_3_release_notes.html; line 262: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/2_3_release_notes.html; line 263: document type does not allow element "html" here
ERROR; URI: ./output/2_3_release_notes.html; line 263: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/2_3_release_notes.html; line 263: document type does not allow element "body" here
ERROR; URI: ./output/2_3_release_notes.html; line 919: end tag for "html" which is not finished
./output/3_0_release_notes.html has 11 validation error(s):
ERROR; URI: ./output/3_0_release_notes.html; line 158: end tag for element "div" which is not open
ERROR; URI: ./output/3_0_release_notes.html; line 175: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/3_0_release_notes.html; line 176: document type does not allow element "html" here
ERROR; URI: ./output/3_0_release_notes.html; line 176: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/3_0_release_notes.html; line 176: document type does not allow element "body" here
ERROR; URI: ./output/3_0_release_notes.html; line 242: end tag for "html" which is not finished
ERROR; URI: ./output/3_0_release_notes.html; line 252: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/3_0_release_notes.html; line 253: document type does not allow element "html" here
ERROR; URI: ./output/3_0_release_notes.html; line 253: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/3_0_release_notes.html; line 253: document type does not allow element "body" here
ERROR; URI: ./output/3_0_release_notes.html; line 818: end tag for "html" which is not finished
./output/3_1_release_notes.html has 11 validation error(s):
ERROR; URI: ./output/3_1_release_notes.html; line 158: end tag for element "div" which is not open
ERROR; URI: ./output/3_1_release_notes.html; line 174: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/3_1_release_notes.html; line 175: document type does not allow element "html" here
ERROR; URI: ./output/3_1_release_notes.html; line 175: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/3_1_release_notes.html; line 175: document type does not allow element "body" here
ERROR; URI: ./output/3_1_release_notes.html; line 217: end tag for "html" which is not finished
ERROR; URI: ./output/3_1_release_notes.html; line 227: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/3_1_release_notes.html; line 228: document type does not allow element "html" here
ERROR; URI: ./output/3_1_release_notes.html; line 228: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/3_1_release_notes.html; line 228: document type does not allow element "body" here
ERROR; URI: ./output/3_1_release_notes.html; line 723: end tag for "html" which is not finished
./output/3_2_release_notes.html has 11 validation error(s):
ERROR; URI: ./output/3_2_release_notes.html; line 158: end tag for element "div" which is not open
ERROR; URI: ./output/3_2_release_notes.html; line 174: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/3_2_release_notes.html; line 175: document type does not allow element "html" here
ERROR; URI: ./output/3_2_release_notes.html; line 175: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/3_2_release_notes.html; line 175: document type does not allow element "body" here
ERROR; URI: ./output/3_2_release_notes.html; line 238: end tag for "html" which is not finished
ERROR; URI: ./output/3_2_release_notes.html; line 248: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/3_2_release_notes.html; line 249: document type does not allow element "html" here
ERROR; URI: ./output/3_2_release_notes.html; line 249: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/3_2_release_notes.html; line 249: document type does not allow element "body" here
ERROR; URI: ./output/3_2_release_notes.html; line 776: end tag for "html" which is not finished
./output/4_0_release_notes.html has 12 validation error(s):
ERROR; URI: ./output/4_0_release_notes.html; line 158: end tag for element "div" which is not open
ERROR; URI: ./output/4_0_release_notes.html; line 174: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/4_0_release_notes.html; line 175: document type does not allow element "html" here
ERROR; URI: ./output/4_0_release_notes.html; line 175: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/4_0_release_notes.html; line 175: document type does not allow element "body" here
ERROR; URI: ./output/4_0_release_notes.html; line 246: end tag for "html" which is not finished
ERROR; URI: ./output/4_0_release_notes.html; line 256: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/4_0_release_notes.html; line 257: document type does not allow element "html" here
ERROR; URI: ./output/4_0_release_notes.html; line 257: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/4_0_release_notes.html; line 257: document type does not allow element "body" here
ERROR; URI: ./output/4_0_release_notes.html; line 288: end tag for "img" omitted, but OMITTAG NO was specified
ERROR; URI: ./output/4_0_release_notes.html; line 506: end tag for "html" which is not finished
./output/4_1_release_notes.html has 11 validation error(s):
ERROR; URI: ./output/4_1_release_notes.html; line 158: end tag for element "div" which is not open
ERROR; URI: ./output/4_1_release_notes.html; line 177: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/4_1_release_notes.html; line 178: document type does not allow element "html" here
ERROR; URI: ./output/4_1_release_notes.html; line 178: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/4_1_release_notes.html; line 178: document type does not allow element "body" here
ERROR; URI: ./output/4_1_release_notes.html; line 244: end tag for "html" which is not finished
ERROR; URI: ./output/4_1_release_notes.html; line 254: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/4_1_release_notes.html; line 255: document type does not allow element "html" here
ERROR; URI: ./output/4_1_release_notes.html; line 255: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/4_1_release_notes.html; line 255: document type does not allow element "body" here
ERROR; URI: ./output/4_1_release_notes.html; line 843: end tag for "html" which is not finished
./output/_license.html has 1 validation error(s):
ERROR; URI: ./output/_license.html; line 158: end tag for element "div" which is not open
./output/_welcome.html has 1 validation error(s):
ERROR; URI: ./output/_welcome.html; line 158: end tag for element "div" which is not open
./output/action_controller_overview.html has 11 validation error(s):
ERROR; URI: ./output/action_controller_overview.html; line 158: end tag for element "div" which is not open
ERROR; URI: ./output/action_controller_overview.html; line 178: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/action_controller_overview.html; line 179: document type does not allow element "html" here
ERROR; URI: ./output/action_controller_overview.html; line 179: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/action_controller_overview.html; line 179: document type does not allow element "body" here
ERROR; URI: ./output/action_controller_overview.html; line 255: end tag for "html" which is not finished
ERROR; URI: ./output/action_controller_overview.html; line 265: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/action_controller_overview.html; line 266: document type does not allow element "html" here
ERROR; URI: ./output/action_controller_overview.html; line 266: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/action_controller_overview.html; line 266: document type does not allow element "body" here
ERROR; URI: ./output/action_controller_overview.html; line 1417: end tag for "html" which is not finished
./output/action_mailer_basics.html has 11 validation error(s):
ERROR; URI: ./output/action_mailer_basics.html; line 158: end tag for element "div" which is not open
ERROR; URI: ./output/action_mailer_basics.html; line 176: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/action_mailer_basics.html; line 177: document type does not allow element "html" here
ERROR; URI: ./output/action_mailer_basics.html; line 177: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/action_mailer_basics.html; line 177: document type does not allow element "body" here
ERROR; URI: ./output/action_mailer_basics.html; line 207: end tag for "html" which is not finished
ERROR; URI: ./output/action_mailer_basics.html; line 217: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/action_mailer_basics.html; line 218: document type does not allow element "html" here
ERROR; URI: ./output/action_mailer_basics.html; line 218: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/action_mailer_basics.html; line 218: document type does not allow element "body" here
ERROR; URI: ./output/action_mailer_basics.html; line 937: end tag for "html" which is not finished
./output/action_view_overview.html has 11 validation error(s):
ERROR; URI: ./output/action_view_overview.html; line 158: end tag for element "div" which is not open
ERROR; URI: ./output/action_view_overview.html; line 175: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/action_view_overview.html; line 176: document type does not allow element "html" here
ERROR; URI: ./output/action_view_overview.html; line 176: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/action_view_overview.html; line 176: document type does not allow element "body" here
ERROR; URI: ./output/action_view_overview.html; line 212: end tag for "html" which is not finished
ERROR; URI: ./output/action_view_overview.html; line 222: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/action_view_overview.html; line 223: document type does not allow element "html" here
ERROR; URI: ./output/action_view_overview.html; line 223: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/action_view_overview.html; line 223: document type does not allow element "body" here
ERROR; URI: ./output/action_view_overview.html; line 1793: end tag for "html" which is not finished
./output/active_model_basics.html has 11 validation error(s):
ERROR; URI: ./output/active_model_basics.html; line 158: end tag for element "div" which is not open
ERROR; URI: ./output/active_model_basics.html; line 167: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/active_model_basics.html; line 168: document type does not allow element "html" here
ERROR; URI: ./output/active_model_basics.html; line 168: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/active_model_basics.html; line 168: document type does not allow element "body" here
ERROR; URI: ./output/active_model_basics.html; line 180: end tag for "html" which is not finished
ERROR; URI: ./output/active_model_basics.html; line 190: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/active_model_basics.html; line 191: document type does not allow element "html" here
ERROR; URI: ./output/active_model_basics.html; line 191: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/active_model_basics.html; line 191: document type does not allow element "body" here
ERROR; URI: ./output/active_model_basics.html; line 384: end tag for "html" which is not finished
./output/active_record_basics.html has 11 validation error(s):
ERROR; URI: ./output/active_record_basics.html; line 158: end tag for element "div" which is not open
ERROR; URI: ./output/active_record_basics.html; line 177: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/active_record_basics.html; line 178: document type does not allow element "html" here
ERROR; URI: ./output/active_record_basics.html; line 178: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/active_record_basics.html; line 178: document type does not allow element "body" here
ERROR; URI: ./output/active_record_basics.html; line 211: end tag for "html" which is not finished
ERROR; URI: ./output/active_record_basics.html; line 221: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/active_record_basics.html; line 222: document type does not allow element "html" here
ERROR; URI: ./output/active_record_basics.html; line 222: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/active_record_basics.html; line 222: document type does not allow element "body" here
ERROR; URI: ./output/active_record_basics.html; line 589: end tag for "html" which is not finished
./output/active_record_callbacks.html has 11 validation error(s):
ERROR; URI: ./output/active_record_callbacks.html; line 158: end tag for element "div" which is not open
ERROR; URI: ./output/active_record_callbacks.html; line 174: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/active_record_callbacks.html; line 175: document type does not allow element "html" here
ERROR; URI: ./output/active_record_callbacks.html; line 175: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/active_record_callbacks.html; line 175: document type does not allow element "body" here
ERROR; URI: ./output/active_record_callbacks.html; line 211: end tag for "html" which is not finished
ERROR; URI: ./output/active_record_callbacks.html; line 221: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/active_record_callbacks.html; line 222: document type does not allow element "html" here
ERROR; URI: ./output/active_record_callbacks.html; line 222: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/active_record_callbacks.html; line 222: document type does not allow element "body" here
ERROR; URI: ./output/active_record_callbacks.html; line 597: end tag for "html" which is not finished
./output/active_record_querying.html has 11 validation error(s):
ERROR; URI: ./output/active_record_querying.html; line 158: end tag for element "div" which is not open
ERROR; URI: ./output/active_record_querying.html; line 177: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/active_record_querying.html; line 178: document type does not allow element "html" here
ERROR; URI: ./output/active_record_querying.html; line 178: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/active_record_querying.html; line 178: document type does not allow element "body" here
ERROR; URI: ./output/active_record_querying.html; line 289: end tag for "html" which is not finished
ERROR; URI: ./output/active_record_querying.html; line 299: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/active_record_querying.html; line 300: document type does not allow element "html" here
ERROR; URI: ./output/active_record_querying.html; line 300: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/active_record_querying.html; line 300: document type does not allow element "body" here
ERROR; URI: ./output/active_record_querying.html; line 2052: end tag for "html" which is not finished
./output/active_record_validations.html has 11 validation error(s):
ERROR; URI: ./output/active_record_validations.html; line 158: end tag for element "div" which is not open
ERROR; URI: ./output/active_record_validations.html; line 174: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/active_record_validations.html; line 175: document type does not allow element "html" here
ERROR; URI: ./output/active_record_validations.html; line 175: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/active_record_validations.html; line 175: document type does not allow element "body" here
ERROR; URI: ./output/active_record_validations.html; line 249: end tag for "html" which is not finished
ERROR; URI: ./output/active_record_validations.html; line 259: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/active_record_validations.html; line 260: document type does not allow element "html" here
ERROR; URI: ./output/active_record_validations.html; line 260: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/active_record_validations.html; line 260: document type does not allow element "body" here
ERROR; URI: ./output/active_record_validations.html; line 1407: end tag for "html" which is not finished
./output/active_support_core_extensions.html has 11 validation error(s):
ERROR; URI: ./output/active_support_core_extensions.html; line 158: end tag for element "div" which is not open
ERROR; URI: ./output/active_support_core_extensions.html; line 174: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/active_support_core_extensions.html; line 175: document type does not allow element "html" here
ERROR; URI: ./output/active_support_core_extensions.html; line 175: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/active_support_core_extensions.html; line 175: document type does not allow element "body" here
ERROR; URI: ./output/active_support_core_extensions.html; line 377: end tag for "html" which is not finished
ERROR; URI: ./output/active_support_core_extensions.html; line 387: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/active_support_core_extensions.html; line 388: document type does not allow element "html" here
ERROR; URI: ./output/active_support_core_extensions.html; line 388: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/active_support_core_extensions.html; line 388: document type does not allow element "body" here
ERROR; URI: ./output/active_support_core_extensions.html; line 4172: end tag for "html" which is not finished
./output/active_support_instrumentation.html has 19 validation error(s):
ERROR; URI: ./output/active_support_instrumentation.html; line 158: end tag for element "div" which is not open
ERROR; URI: ./output/active_support_instrumentation.html; line 174: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/active_support_instrumentation.html; line 175: document type does not allow element "html" here
ERROR; URI: ./output/active_support_instrumentation.html; line 175: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/active_support_instrumentation.html; line 175: document type does not allow element "body" here
ERROR; URI: ./output/active_support_instrumentation.html; line 255: end tag for "html" which is not finished
ERROR; URI: ./output/active_support_instrumentation.html; line 265: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/active_support_instrumentation.html; line 266: document type does not allow element "html" here
ERROR; URI: ./output/active_support_instrumentation.html; line 266: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/active_support_instrumentation.html; line 266: document type does not allow element "body" here
ERROR; URI: ./output/active_support_instrumentation.html; line 268: "link" is not a member of a group specified for any attribute
ERROR; URI: ./output/active_support_instrumentation.html; line 268: "to" is not a member of a group specified for any attribute
ERROR; URI: ./output/active_support_instrumentation.html; line 268: "section" is not a member of a group specified for any attribute
ERROR; URI: ./output/active_support_instrumentation.html; line 268: "detailing" is not a member of a group specified for any attribute
ERROR; URI: ./output/active_support_instrumentation.html; line 268: "each" is not a member of a group specified for any attribute
ERROR; URI: ./output/active_support_instrumentation.html; line 268: "hook" is not a member of a group specified for any attribute
ERROR; URI: ./output/active_support_instrumentation.html; line 268: "point" is not a member of a group specified for any attribute
ERROR; URI: ./output/active_support_instrumentation.html; line 268: element "todo:" undefined
ERROR; URI: ./output/active_support_instrumentation.html; line 1023: end tag for "html" which is not finished
./output/api_documentation_guidelines.html has 11 validation error(s):
ERROR; URI: ./output/api_documentation_guidelines.html; line 158: end tag for element "div" which is not open
ERROR; URI: ./output/api_documentation_guidelines.html; line 172: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/api_documentation_guidelines.html; line 173: document type does not allow element "html" here
ERROR; URI: ./output/api_documentation_guidelines.html; line 173: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/api_documentation_guidelines.html; line 173: document type does not allow element "body" here
ERROR; URI: ./output/api_documentation_guidelines.html; line 190: end tag for "html" which is not finished
ERROR; URI: ./output/api_documentation_guidelines.html; line 200: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/api_documentation_guidelines.html; line 201: document type does not allow element "html" here
ERROR; URI: ./output/api_documentation_guidelines.html; line 201: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/api_documentation_guidelines.html; line 201: document type does not allow element "body" here
ERROR; URI: ./output/api_documentation_guidelines.html; line 458: end tag for "html" which is not finished
./output/asset_pipeline.html has 14 validation error(s):
ERROR; URI: ./output/asset_pipeline.html; line 158: end tag for element "div" which is not open
ERROR; URI: ./output/asset_pipeline.html; line 175: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/asset_pipeline.html; line 176: document type does not allow element "html" here
ERROR; URI: ./output/asset_pipeline.html; line 176: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/asset_pipeline.html; line 176: document type does not allow element "body" here
ERROR; URI: ./output/asset_pipeline.html; line 229: end tag for "html" which is not finished
ERROR; URI: ./output/asset_pipeline.html; line 239: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/asset_pipeline.html; line 240: document type does not allow element "html" here
ERROR; URI: ./output/asset_pipeline.html; line 240: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/asset_pipeline.html; line 240: document type does not allow element "body" here
ERROR; URI: ./output/asset_pipeline.html; line 342: end tag for "br" omitted, but OMITTAG NO was specified
ERROR; URI: ./output/asset_pipeline.html; line 346: end tag for "br" omitted, but OMITTAG NO was specified
ERROR; URI: ./output/asset_pipeline.html; line 351: end tag for "br" omitted, but OMITTAG NO was specified
ERROR; URI: ./output/asset_pipeline.html; line 1295: end tag for "html" which is not finished
./output/association_basics.html has 18 validation error(s):
ERROR; URI: ./output/association_basics.html; line 158: end tag for element "div" which is not open
ERROR; URI: ./output/association_basics.html; line 173: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/association_basics.html; line 174: document type does not allow element "html" here
ERROR; URI: ./output/association_basics.html; line 174: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/association_basics.html; line 174: document type does not allow element "body" here
ERROR; URI: ./output/association_basics.html; line 215: end tag for "html" which is not finished
ERROR; URI: ./output/association_basics.html; line 225: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/association_basics.html; line 226: document type does not allow element "html" here
ERROR; URI: ./output/association_basics.html; line 226: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/association_basics.html; line 226: document type does not allow element "body" here
ERROR; URI: ./output/association_basics.html; line 306: end tag for "img" omitted, but OMITTAG NO was specified
ERROR; URI: ./output/association_basics.html; line 338: end tag for "img" omitted, but OMITTAG NO was specified
ERROR; URI: ./output/association_basics.html; line 370: end tag for "img" omitted, but OMITTAG NO was specified
ERROR; URI: ./output/association_basics.html; line 412: end tag for "img" omitted, but OMITTAG NO was specified
ERROR; URI: ./output/association_basics.html; line 497: end tag for "img" omitted, but OMITTAG NO was specified
ERROR; URI: ./output/association_basics.html; line 538: end tag for "img" omitted, but OMITTAG NO was specified
ERROR; URI: ./output/association_basics.html; line 688: end tag for "img" omitted, but OMITTAG NO was specified
ERROR; URI: ./output/association_basics.html; line 2436: end tag for "html" which is not finished
./output/caching_with_rails.html has 11 validation error(s):
ERROR; URI: ./output/caching_with_rails.html; line 158: end tag for element "div" which is not open
ERROR; URI: ./output/caching_with_rails.html; line 174: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/caching_with_rails.html; line 175: document type does not allow element "html" here
ERROR; URI: ./output/caching_with_rails.html; line 175: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/caching_with_rails.html; line 175: document type does not allow element "body" here
ERROR; URI: ./output/caching_with_rails.html; line 203: end tag for "html" which is not finished
ERROR; URI: ./output/caching_with_rails.html; line 213: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/caching_with_rails.html; line 214: document type does not allow element "html" here
ERROR; URI: ./output/caching_with_rails.html; line 214: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/caching_with_rails.html; line 214: document type does not allow element "body" here
ERROR; URI: ./output/caching_with_rails.html; line 571: end tag for "html" which is not finished
./output/command_line.html has 11 validation error(s):
ERROR; URI: ./output/command_line.html; line 158: end tag for element "div" which is not open
ERROR; URI: ./output/command_line.html; line 175: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/command_line.html; line 176: document type does not allow element "html" here
ERROR; URI: ./output/command_line.html; line 176: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/command_line.html; line 176: document type does not allow element "body" here
ERROR; URI: ./output/command_line.html; line 213: end tag for "html" which is not finished
ERROR; URI: ./output/command_line.html; line 223: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/command_line.html; line 224: document type does not allow element "html" here
ERROR; URI: ./output/command_line.html; line 224: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/command_line.html; line 224: document type does not allow element "body" here
ERROR; URI: ./output/command_line.html; line 817: end tag for "html" which is not finished
./output/configuring.html has 11 validation error(s):
ERROR; URI: ./output/configuring.html; line 158: end tag for element "div" which is not open
ERROR; URI: ./output/configuring.html; line 172: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/configuring.html; line 173: document type does not allow element "html" here
ERROR; URI: ./output/configuring.html; line 173: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/configuring.html; line 173: document type does not allow element "body" here
ERROR; URI: ./output/configuring.html; line 208: end tag for "html" which is not finished
ERROR; URI: ./output/configuring.html; line 218: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/configuring.html; line 219: document type does not allow element "html" here
ERROR; URI: ./output/configuring.html; line 219: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/configuring.html; line 219: document type does not allow element "body" here
ERROR; URI: ./output/configuring.html; line 1047: end tag for "html" which is not finished
./output/contributing_to_ruby_on_rails.html has 12 validation error(s):
ERROR; URI: ./output/contributing_to_ruby_on_rails.html; line 158: end tag for element "div" which is not open
ERROR; URI: ./output/contributing_to_ruby_on_rails.html; line 175: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/contributing_to_ruby_on_rails.html; line 176: document type does not allow element "html" here
ERROR; URI: ./output/contributing_to_ruby_on_rails.html; line 176: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/contributing_to_ruby_on_rails.html; line 176: document type does not allow element "body" here
ERROR; URI: ./output/contributing_to_ruby_on_rails.html; line 218: end tag for "html" which is not finished
ERROR; URI: ./output/contributing_to_ruby_on_rails.html; line 228: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/contributing_to_ruby_on_rails.html; line 229: document type does not allow element "html" here
ERROR; URI: ./output/contributing_to_ruby_on_rails.html; line 229: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/contributing_to_ruby_on_rails.html; line 229: document type does not allow element "body" here
ERROR; URI: ./output/contributing_to_ruby_on_rails.html; line 300: character data is not allowed here
ERROR; URI: ./output/contributing_to_ruby_on_rails.html; line 708: end tag for "html" which is not finished
./output/credits.html has 1 validation error(s):
ERROR; URI: ./output/credits.html; line 159: end tag for element "div" which is not open
./output/development_dependencies_install.html has 11 validation error(s):
ERROR; URI: ./output/development_dependencies_install.html; line 158: end tag for element "div" which is not open
ERROR; URI: ./output/development_dependencies_install.html; line 173: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/development_dependencies_install.html; line 174: document type does not allow element "html" here
ERROR; URI: ./output/development_dependencies_install.html; line 174: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/development_dependencies_install.html; line 174: document type does not allow element "body" here
ERROR; URI: ./output/development_dependencies_install.html; line 186: end tag for "html" which is not finished
ERROR; URI: ./output/development_dependencies_install.html; line 196: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/development_dependencies_install.html; line 197: document type does not allow element "html" here
ERROR; URI: ./output/development_dependencies_install.html; line 197: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/development_dependencies_install.html; line 197: document type does not allow element "body" here
ERROR; URI: ./output/development_dependencies_install.html; line 486: end tag for "html" which is not finished
./output/engines.html has 11 validation error(s):
ERROR; URI: ./output/engines.html; line 158: end tag for element "div" which is not open
ERROR; URI: ./output/engines.html; line 177: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/engines.html; line 178: document type does not allow element "html" here
ERROR; URI: ./output/engines.html; line 178: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/engines.html; line 178: document type does not allow element "body" here
ERROR; URI: ./output/engines.html; line 224: end tag for "html" which is not finished
ERROR; URI: ./output/engines.html; line 234: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/engines.html; line 235: document type does not allow element "html" here
ERROR; URI: ./output/engines.html; line 235: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/engines.html; line 235: document type does not allow element "body" here
ERROR; URI: ./output/engines.html; line 1588: end tag for "html" which is not finished
./output/form_helpers.html has 11 validation error(s):
ERROR; URI: ./output/form_helpers.html; line 158: end tag for element "div" which is not open
ERROR; URI: ./output/form_helpers.html; line 177: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/form_helpers.html; line 178: document type does not allow element "html" here
ERROR; URI: ./output/form_helpers.html; line 178: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/form_helpers.html; line 178: document type does not allow element "body" here
ERROR; URI: ./output/form_helpers.html; line 250: end tag for "html" which is not finished
ERROR; URI: ./output/form_helpers.html; line 260: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/form_helpers.html; line 261: document type does not allow element "html" here
ERROR; URI: ./output/form_helpers.html; line 261: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/form_helpers.html; line 261: document type does not allow element "body" here
ERROR; URI: ./output/form_helpers.html; line 1218: end tag for "html" which is not finished
./output/generators.html has 11 validation error(s):
ERROR; URI: ./output/generators.html; line 158: end tag for element "div" which is not open
ERROR; URI: ./output/generators.html; line 177: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/generators.html; line 178: document type does not allow element "html" here
ERROR; URI: ./output/generators.html; line 178: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/generators.html; line 178: document type does not allow element "body" here
ERROR; URI: ./output/generators.html; line 209: end tag for "html" which is not finished
ERROR; URI: ./output/generators.html; line 219: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/generators.html; line 220: document type does not allow element "html" here
ERROR; URI: ./output/generators.html; line 220: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/generators.html; line 220: document type does not allow element "body" here
ERROR; URI: ./output/generators.html; line 885: end tag for "html" which is not finished
./output/getting_started.html has 26 validation error(s):
ERROR; URI: ./output/getting_started.html; line 158: end tag for element "div" which is not open
ERROR; URI: ./output/getting_started.html; line 175: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/getting_started.html; line 176: document type does not allow element "html" here
ERROR; URI: ./output/getting_started.html; line 176: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/getting_started.html; line 176: document type does not allow element "body" here
ERROR; URI: ./output/getting_started.html; line 250: end tag for "html" which is not finished
ERROR; URI: ./output/getting_started.html; line 260: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/getting_started.html; line 261: document type does not allow element "html" here
ERROR; URI: ./output/getting_started.html; line 261: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/getting_started.html; line 261: document type does not allow element "body" here
ERROR; URI: ./output/getting_started.html; line 422: end tag for "br" omitted, but OMITTAG NO was specified
ERROR; URI: ./output/getting_started.html; line 483: end tag for "img" omitted, but OMITTAG NO was specified
ERROR; URI: ./output/getting_started.html; line 640: end tag for "img" omitted, but OMITTAG NO was specified
ERROR; URI: ./output/getting_started.html; line 649: end tag for "img" omitted, but OMITTAG NO was specified
ERROR; URI: ./output/getting_started.html; line 678: end tag for "img" omitted, but OMITTAG NO was specified
ERROR; URI: ./output/getting_started.html; line 700: end tag for "img" omitted, but OMITTAG NO was specified
ERROR; URI: ./output/getting_started.html; line 707: character data is not allowed here
ERROR; URI: ./output/getting_started.html; line 826: end tag for "img" omitted, but OMITTAG NO was specified
ERROR; URI: ./output/getting_started.html; line 986: end tag for "img" omitted, but OMITTAG NO was specified
ERROR; URI: ./output/getting_started.html; line 1095: end tag for "img" omitted, but OMITTAG NO was specified
ERROR; URI: ./output/getting_started.html; line 1339: end tag for "img" omitted, but OMITTAG NO was specified
ERROR; URI: ./output/getting_started.html; line 1499: end tag for "img" omitted, but OMITTAG NO was specified
ERROR; URI: ./output/getting_started.html; line 1707: end tag for "img" omitted, but OMITTAG NO was specified
ERROR; URI: ./output/getting_started.html; line 2024: end tag for "img" omitted, but OMITTAG NO was specified
ERROR; URI: ./output/getting_started.html; line 2259: end tag for "img" omitted, but OMITTAG NO was specified
ERROR; URI: ./output/getting_started.html; line 2324: end tag for "html" which is not finished
./output/i18n.html has 17 validation error(s):
ERROR; URI: ./output/i18n.html; line 158: end tag for element "div" which is not open
ERROR; URI: ./output/i18n.html; line 186: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/i18n.html; line 187: document type does not allow element "html" here
ERROR; URI: ./output/i18n.html; line 187: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/i18n.html; line 187: document type does not allow element "body" here
ERROR; URI: ./output/i18n.html; line 248: end tag for "html" which is not finished
ERROR; URI: ./output/i18n.html; line 258: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/i18n.html; line 259: document type does not allow element "html" here
ERROR; URI: ./output/i18n.html; line 259: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/i18n.html; line 259: document type does not allow element "body" here
ERROR; URI: ./output/i18n.html; line 538: end tag for "img" omitted, but OMITTAG NO was specified
ERROR; URI: ./output/i18n.html; line 561: end tag for "img" omitted, but OMITTAG NO was specified
ERROR; URI: ./output/i18n.html; line 579: end tag for "img" omitted, but OMITTAG NO was specified
ERROR; URI: ./output/i18n.html; line 581: end tag for "img" omitted, but OMITTAG NO was specified
ERROR; URI: ./output/i18n.html; line 624: end tag for "img" omitted, but OMITTAG NO was specified
ERROR; URI: ./output/i18n.html; line 858: end tag for "img" omitted, but OMITTAG NO was specified
ERROR; URI: ./output/i18n.html; line 1316: end tag for "html" which is not finished
./output/index.html has 1 validation error(s):
ERROR; URI: ./output/index.html; line 159: end tag for element "div" which is not open
./output/initialization.html has 11 validation error(s):
ERROR; URI: ./output/initialization.html; line 158: end tag for element "div" which is not open
ERROR; URI: ./output/initialization.html; line 175: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/initialization.html; line 176: document type does not allow element "html" here
ERROR; URI: ./output/initialization.html; line 176: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/initialization.html; line 176: document type does not allow element "body" here
ERROR; URI: ./output/initialization.html; line 206: end tag for "html" which is not finished
ERROR; URI: ./output/initialization.html; line 216: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/initialization.html; line 217: document type does not allow element "html" here
ERROR; URI: ./output/initialization.html; line 217: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/initialization.html; line 217: document type does not allow element "body" here
ERROR; URI: ./output/initialization.html; line 909: end tag for "html" which is not finished
./output/layouts_and_rendering.html has 11 validation error(s):
ERROR; URI: ./output/layouts_and_rendering.html; line 158: end tag for element "div" which is not open
ERROR; URI: ./output/layouts_and_rendering.html; line 174: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/layouts_and_rendering.html; line 175: document type does not allow element "html" here
ERROR; URI: ./output/layouts_and_rendering.html; line 175: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/layouts_and_rendering.html; line 175: document type does not allow element "body" here
ERROR; URI: ./output/layouts_and_rendering.html; line 198: end tag for "html" which is not finished
ERROR; URI: ./output/layouts_and_rendering.html; line 208: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/layouts_and_rendering.html; line 209: document type does not allow element "html" here
ERROR; URI: ./output/layouts_and_rendering.html; line 209: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/layouts_and_rendering.html; line 209: document type does not allow element "body" here
ERROR; URI: ./output/layouts_and_rendering.html; line 1696: end tag for "html" which is not finished
./output/migrations.html has 11 validation error(s):
ERROR; URI: ./output/migrations.html; line 158: end tag for element "div" which is not open
ERROR; URI: ./output/migrations.html; line 177: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/migrations.html; line 178: document type does not allow element "html" here
ERROR; URI: ./output/migrations.html; line 178: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/migrations.html; line 178: document type does not allow element "body" here
ERROR; URI: ./output/migrations.html; line 227: end tag for "html" which is not finished
ERROR; URI: ./output/migrations.html; line 237: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/migrations.html; line 238: document type does not allow element "html" here
ERROR; URI: ./output/migrations.html; line 238: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/migrations.html; line 238: document type does not allow element "body" here
ERROR; URI: ./output/migrations.html; line 1160: end tag for "html" which is not finished
./output/plugins.html has 11 validation error(s):
ERROR; URI: ./output/plugins.html; line 158: end tag for element "div" which is not open
ERROR; URI: ./output/plugins.html; line 186: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/plugins.html; line 187: document type does not allow element "html" here
ERROR; URI: ./output/plugins.html; line 187: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/plugins.html; line 187: document type does not allow element "body" here
ERROR; URI: ./output/plugins.html; line 214: end tag for "html" which is not finished
ERROR; URI: ./output/plugins.html; line 224: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/plugins.html; line 225: document type does not allow element "html" here
ERROR; URI: ./output/plugins.html; line 225: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/plugins.html; line 225: document type does not allow element "body" here
ERROR; URI: ./output/plugins.html; line 643: end tag for "html" which is not finished
./output/rails_on_rack.html has 11 validation error(s):
ERROR; URI: ./output/rails_on_rack.html; line 158: end tag for element "div" which is not open
ERROR; URI: ./output/rails_on_rack.html; line 173: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/rails_on_rack.html; line 174: document type does not allow element "html" here
ERROR; URI: ./output/rails_on_rack.html; line 174: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/rails_on_rack.html; line 174: document type does not allow element "body" here
ERROR; URI: ./output/rails_on_rack.html; line 202: end tag for "html" which is not finished
ERROR; URI: ./output/rails_on_rack.html; line 212: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/rails_on_rack.html; line 213: document type does not allow element "html" here
ERROR; URI: ./output/rails_on_rack.html; line 213: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/rails_on_rack.html; line 213: document type does not allow element "body" here
ERROR; URI: ./output/rails_on_rack.html; line 532: end tag for "html" which is not finished
./output/routing.html has 11 validation error(s):
ERROR; URI: ./output/routing.html; line 158: end tag for element "div" which is not open
ERROR; URI: ./output/routing.html; line 175: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/routing.html; line 176: document type does not allow element "html" here
ERROR; URI: ./output/routing.html; line 176: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/routing.html; line 176: document type does not allow element "body" here
ERROR; URI: ./output/routing.html; line 245: end tag for "html" which is not finished
ERROR; URI: ./output/routing.html; line 255: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/routing.html; line 256: document type does not allow element "html" here
ERROR; URI: ./output/routing.html; line 256: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/routing.html; line 256: document type does not allow element "body" here
ERROR; URI: ./output/routing.html; line 1752: end tag for "html" which is not finished
./output/ruby_on_rails_guides_guidelines.html has 11 validation error(s):
ERROR; URI: ./output/ruby_on_rails_guides_guidelines.html; line 158: end tag for element "div" which is not open
ERROR; URI: ./output/ruby_on_rails_guides_guidelines.html; line 172: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/ruby_on_rails_guides_guidelines.html; line 173: document type does not allow element "html" here
ERROR; URI: ./output/ruby_on_rails_guides_guidelines.html; line 173: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/ruby_on_rails_guides_guidelines.html; line 173: document type does not allow element "body" here
ERROR; URI: ./output/ruby_on_rails_guides_guidelines.html; line 193: end tag for "html" which is not finished
ERROR; URI: ./output/ruby_on_rails_guides_guidelines.html; line 203: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/ruby_on_rails_guides_guidelines.html; line 204: document type does not allow element "html" here
ERROR; URI: ./output/ruby_on_rails_guides_guidelines.html; line 204: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/ruby_on_rails_guides_guidelines.html; line 204: document type does not allow element "body" here
ERROR; URI: ./output/ruby_on_rails_guides_guidelines.html; line 308: end tag for "html" which is not finished
./output/security.html has 13 validation error(s):
ERROR; URI: ./output/security.html; line 158: end tag for element "div" which is not open
ERROR; URI: ./output/security.html; line 176: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/security.html; line 177: document type does not allow element "html" here
ERROR; URI: ./output/security.html; line 177: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/security.html; line 177: document type does not allow element "body" here
ERROR; URI: ./output/security.html; line 249: end tag for "html" which is not finished
ERROR; URI: ./output/security.html; line 259: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/security.html; line 260: document type does not allow element "html" here
ERROR; URI: ./output/security.html; line 260: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/security.html; line 260: document type does not allow element "body" here
ERROR; URI: ./output/security.html; line 348: end tag for "img" omitted, but OMITTAG NO was specified
ERROR; URI: ./output/security.html; line 396: end tag for "img" omitted, but OMITTAG NO was specified
ERROR; URI: ./output/security.html; line 1148: end tag for "html" which is not finished
./output/testing.html has 11 validation error(s):
ERROR; URI: ./output/testing.html; line 158: end tag for element "div" which is not open
ERROR; URI: ./output/testing.html; line 173: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/testing.html; line 174: document type does not allow element "html" here
ERROR; URI: ./output/testing.html; line 174: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/testing.html; line 174: document type does not allow element "body" here
ERROR; URI: ./output/testing.html; line 233: end tag for "html" which is not finished
ERROR; URI: ./output/testing.html; line 243: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/testing.html; line 244: document type does not allow element "html" here
ERROR; URI: ./output/testing.html; line 244: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/testing.html; line 244: document type does not allow element "body" here
ERROR; URI: ./output/testing.html; line 1435: end tag for "html" which is not finished
./output/upgrading_ruby_on_rails.html has 11 validation error(s):
ERROR; URI: ./output/upgrading_ruby_on_rails.html; line 158: end tag for element "div" which is not open
ERROR; URI: ./output/upgrading_ruby_on_rails.html; line 167: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/upgrading_ruby_on_rails.html; line 168: document type does not allow element "html" here
ERROR; URI: ./output/upgrading_ruby_on_rails.html; line 168: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/upgrading_ruby_on_rails.html; line 168: document type does not allow element "body" here
ERROR; URI: ./output/upgrading_ruby_on_rails.html; line 239: end tag for "html" which is not finished
ERROR; URI: ./output/upgrading_ruby_on_rails.html; line 249: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/upgrading_ruby_on_rails.html; line 250: document type does not allow element "html" here
ERROR; URI: ./output/upgrading_ruby_on_rails.html; line 250: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/upgrading_ruby_on_rails.html; line 250: document type does not allow element "body" here
ERROR; URI: ./output/upgrading_ruby_on_rails.html; line 1100: end tag for "html" which is not finished
./output/working_with_javascript_in_rails.html has 11 validation error(s):
ERROR; URI: ./output/working_with_javascript_in_rails.html; line 158: end tag for element "div" which is not open
ERROR; URI: ./output/working_with_javascript_in_rails.html; line 177: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/working_with_javascript_in_rails.html; line 178: document type does not allow element "html" here
ERROR; URI: ./output/working_with_javascript_in_rails.html; line 178: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/working_with_javascript_in_rails.html; line 178: document type does not allow element "body" here
ERROR; URI: ./output/working_with_javascript_in_rails.html; line 207: end tag for "html" which is not finished
ERROR; URI: ./output/working_with_javascript_in_rails.html; line 217: "DOCTYPE" declaration not allowed in instance
ERROR; URI: ./output/working_with_javascript_in_rails.html; line 218: document type does not allow element "html" here
ERROR; URI: ./output/working_with_javascript_in_rails.html; line 218: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml
ERROR; URI: ./output/working_with_javascript_in_rails.html; line 218: document type does not allow element "body" here
ERROR; URI: ./output/working_with_javascript_in_rails.html; line 599: end tag for "html" which is not finished
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment