Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b10b694 commit ef3efb9Copy full SHA for ef3efb9
README.ja.md
@@ -834,7 +834,7 @@ Good:
834
835
### `figcaption`要素は`figure`要素の最初か最後に置く
836
837
-仕様では`figcaption`要素を`figure`要素の中ほどに置くことは許可されていません。
+仕様(WHATWG版)では`figcaption`要素を`figure`要素の中ほどに置くことは許可されていません。
838
839
Bad:
840
README.md
@@ -842,7 +842,8 @@ Good:
842
843
### Place `figcaption` element as first or last child of `figure` element
844
845
-Spec disallows `figcaption` element in the middle of `figure` element.
+Spec (WHATWG version) disallows `figcaption` element in the middle of `figure`
846
+element.
847
848
849
0 commit comments