回答編集履歴

2

追記

2019/10/04 01:40

投稿

Lhankor_Mhy
Lhankor_Mhy

スコア36117

test CHANGED
@@ -5,3 +5,7 @@
5
5
  > Demo 9.3.a shows that <summary> elements dont work in Safari.
6
6
 
7
7
  [GitHub - philipwalton/flexbugs: A community-curated list of flexbox issues and cross-browser workarounds for them.](https://github.com/philipwalton/flexbugs#flexbug-9)
8
+
9
+
10
+
11
+ `summary`要素に対するバグですから、何かでラップして、ラップ要素に`flex`のスタイルを付与すれば解決するかと思います。

1

表現の修正

2019/10/04 01:40

投稿

Lhankor_Mhy
Lhankor_Mhy

スコア36117

test CHANGED
@@ -1,3 +1,7 @@
1
- どうやら、iOSのバグのようですね。
1
+ どうやら、iOS Safari のバグのようですね。
2
+
3
+
4
+
5
+ > Demo 9.3.a shows that <summary> elements dont work in Safari.
2
6
 
3
7
  [GitHub - philipwalton/flexbugs: A community-curated list of flexbox issues and cross-browser workarounds for them.](https://github.com/philipwalton/flexbugs#flexbug-9)