You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The src attribute gives the URL of the resource being embedded. The attribute, if present, must contain a valid non-empty URL potentially surrounded by spaces.
The src attribute gives the URL of the media resource. The value must be a valid non-empty URL potentially surrounded by spaces. This attribute must be present.
@@ -1975,7 +1975,7 @@ <h4 title="The video element">4.8.8. `video^e 要素</h4>
1975
1975
属性は、
1976
1976
動画~dataが可用でない間に~UAが示せる画像~fileの`~URL$を与える。
1977
1977
指定する値は、
1978
-
`前後~空白~可の妥当かつ空でない~URL$でなければナラナイ。
1978
+
`妥当かつ空でない~URL(前後~空白~可)$でなければナラナイ。
1979
1979
◎
1980
1980
The poster attribute gives the URL of an image file that the user agent can show while no video data is available. The attribute, if present, must contain a valid non-empty URL potentially surrounded by spaces.
1981
1981
</p>
@@ -3323,7 +3323,7 @@ <h5 title="Location of the media resource">4.8.11.2. ~media資源の所在</h5>
3323
3323
内容~属性は、
3324
3324
利用者に示す~media資源(動画や音声)の`~URL$を与える。
3325
3325
指定する値は、
3326
-
`前後~空白~可の妥当かつ空でない~URL$を包含しなければナラナイ。
3326
+
`妥当かつ空でない~URL(前後~空白~可)$を包含しなければナラナイ。
3327
3327
◎
3328
3328
The src content attribute on media elements gives the URL of the media resource (video, audio) to show. The attribute, if present, must contain a valid non-empty URL potentially surrounded by spaces.
0 commit comments