Skip to content

Commit 39f9f4a

Browse files
authored
docs: image svg element use href attribute (#1966)
resolve #1964 vitejs/vite@7332e9e の反映です。
1 parent bce6b69 commit 39f9f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ HTML ファイルは、Vite プロジェクトの[中心](/guide/#index-html-and
176176
- `<audio src>`
177177
- `<embed src>`
178178
- `<img src>``<img srcset>`
179-
- `<image src>`
179+
- `<image href>``<image xlink:href>`
180180
- `<input src>`
181181
- `<link href>``<link imagesrcset>`
182182
- `<object data>`

0 commit comments

Comments
 (0)