This document was Tentatively checked as SVG 1.1

Result: Tentatively passed, 1 warning(s)
:
: utf-8
: SVG 1.1
Root Element: svg
Root Namespace: http://www.w3.org/2000/svg
Options

Help on the options is available.

Notes and Potential Issues

The following notes and warnings highlight missing or conflicting information which caused the validator to perform some guesswork prior to validation, or other things affecting the output below. If the guess or fallback is incorrect, it could make validation results entirely incoherent. It is highly recommended to check these potential issues, and, if necessary, fix them and re-validate the document.

  1. Warning DOCTYPE Override in effect!

    The DOCTYPE Declaration for "SVG 1.1" has been inserted at the start of the document, but even if no errors are shown below the document will not be Valid until you add the new DOCTYPE Declaration.

Congratulations

The document located at <https://upload.wikimedia.org/wikipedia/commons/1/13/Flag_of_the_Chechen_Republic.svg> was tentatively checked as SVG 1.1. This means that with the use of some fallback or override mechanism, we successfully performed a formal validation of it. In other words, the document would validate as SVG 1.1 if you changed the markup to match the changes we have performed automatically, but it will not be valid until you make these changes. The parser implementations we used for this check are based on OpenSP (SGML/XML) and libxml2 (XML).

Linking to this result

If you would like to create a link to this page (i.e., this validation result) to make it easier to revalidate this page in the future or to allow others to validate your page, the URI is <https://validator.w3.org/markup/check?uri=https%3A%2F%2Fupload.wikimedia.org%2Fwikipedia%2Fcommons%2F1%2F13%2FFlag_of_the_Chechen_Republic.svg;ss=1> (or you can just add the current page to your bookmarks or hotlist).

Validating CSS Style Sheets

If you use CSS in your document, you can check it using the W3C CSS Validation Service.

↑ Top

Source Listing

Below is the source input I used for this validation:

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="450" height="300" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  3. <path d="m0,0h450v300H0" fill="#fff"/>
  4. <path d="m42,204.2h409v96H42" fill="#DA251D"/>
  5. <path d="m42,0h409v177.2H42" fill="#2B7338"/>
  6. <g transform="translate(-.58443)" stroke="#fc0" stroke-width="2">
  7. <g id="b" transform="matrix(1 0 0 1.0034 -97.476 -4.4877)">
  8. <path d="m119.74 90.025c-3.6 0.9-5.6 5.4-3 9.3 2.9 4.5 9.6 4.2 13-0.5 3.4-4.7 1.7-11.2-2.6-15.2-5.3-4.9-14.2-4-18.4 2.9-5.2 8.7-1 18.2 4.8 24.9l10.7 10.5c5.8 6.7 10.1 16.2 4.8 24.9-4.1 6.9-13 7.9-18.2 3.1-4.4-4.1-6.1-10.5-2.7-15.2s10.1-5 13-0.5c2.5 3.9 0.6 8.4-3 9.3" fill="none" stroke="#fc0" stroke-linecap="round" stroke-width="3.9866"/>
  9. </g>
  10. <g fill="none">
  11. <use transform="matrix(1 0 0 1.0087 2.8738e-7 -77.634)" y="150" width="100%" height="100%" stroke="#ffcc00" stroke-width="3.9654" xlink:href="#b"/>
  12. <path d="m22.083 11.6c-3.6 0.90302-5.6 5.4181-3 9.3312 2.9 4.5151 9.6 4.2141 13-0.50168 3.4-4.7158 1.7-11.238-2.6-15.251-5.3-4.9165-14.2-4.0134-18.4 2.9097-5.2 8.7292-1 18.261 4.8 24.984l10.7 10.535c5.8 6.7225 10.1 16.254 4.8 24.984-4.1 6.9232-13 7.9266-18.2 3.1104-4.4-4.1138-6.1-10.535-2.7-15.251 3.4-4.7158 10.1-5.0168 13-0.50168 2.5 3.9131 0.6 8.4282-3 9.3312" stroke="#fc0" stroke-linecap="round" stroke-width="4.0067"/>
  13. <path d="m22.643 234.89c-3.6 0.90302-5.6 5.4181-3 9.3312 2.9 4.5151 9.6 4.2141 13-0.50168s1.7-11.238-2.6-15.251c-5.3-4.9165-14.2-4.0134-18.4 2.9098-5.2 8.7292-1 18.261 4.8 24.984l10.7 10.535c5.8 6.7225 10.1 16.254 4.8 24.984-4.1 6.9232-13 7.9265-18.2 3.1104-4.4-4.1138-6.1-10.535-2.7-15.251s10.1-5.0168 13-0.50168c2.5 3.9131 0.6 8.4282-3 9.3312" stroke="#fc0" stroke-linecap="round" stroke-width="4.0067"/>
  14. </g>
  15. </g>
  16. </svg>

↑ Top