styleguide: Use the right MIME type in a web.md example
The correct MIME type is "image/svg+xml", not "image/xml+svg". Reported by Anne van Kesteren on IRC. Change-Id: I59ee2610500fcc24a372d69862f0336cf737e5b7 Reviewed-on: https://chromium-review.googlesource.com/982629 Reviewed-by: Michael Giuffrida <michaelpg@chromium.org> Commit-Queue: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Cr-Commit-Position: refs/heads/master@{#546446}
This commit is contained in:

committed by
Commit Bot

parent
26d48d2a32
commit
ed1f035d04
@ -268,7 +268,7 @@ background-image: url(../path/to/image.svg);
|
||||
The contents of file.png are base64-encoded and the `url()` is replaced with
|
||||
|
||||
```css
|
||||
background-image: url(data:image/xml+svg;base64,...);
|
||||
background-image: url(data:image/svg+xml;base64,...);
|
||||
```
|
||||
|
||||
if `flattenhtml="true"` is specified in your .grd file.
|
||||
|
Reference in New Issue
Block a user