Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WP6.0テスト #65

Closed
t-hamano opened this issue May 21, 2022 · 9 comments
Closed

WP6.0テスト #65

t-hamano opened this issue May 21, 2022 · 9 comments
Labels

Comments

@t-hamano
Copy link
Contributor

No description provided.

@t-hamano t-hamano added the WP6.0 label May 21, 2022
@t-hamano
Copy link
Contributor Author

t-hamano commented May 21, 2022

全体

ブロック一覧

チェック項目

  • ブロックスタイル(+プレビュー)の確認
  • モバイルプレビューでの確認
  • バリエーション(attirbutesの各種変更)の確認
  • フロントエンドの表示確認

テキスト

  • 段落
  • 見出し
  • リスト
  • 引用
  • クラシック
  • コード
  • 整形済みテキスト
  • プルクオート
  • テーブル

メディア

デザイン

  • ボタン
  • カラム
  • グループ
  • 横並び
  • 縦積み
  • 続き
  • ページ区切り
  • 区切り
  • スペーサー

ウィジェット

テーマ

FSE関連ブロックは無効にしているので対応不要

埋め込み

  • 埋め込み

@t-hamano t-hamano changed the title WP6.0テスト(ブロック) WP6.0テスト May 21, 2022
@t-hamano
Copy link
Contributor Author

t-hamano commented May 21, 2022

box-sizing が無くなったため、ブロックにpadding などが当たった時に幅が揃わない。

block-padding

以下PRにより、投稿エディター側の box-sizing が削除された模様。
WordPress/gutenberg#37902

理由は、

  • サイトエディター、フロントエンドには box-sizing を指定していない
  • 投稿エディターのみ、リセットCSSで box-sizing:border-box が当たっている
  • 結果として、投稿エディターのみ見え方が変わるので、投稿エディターからも box-sizing を削除すべき

おそらく投稿エディター側の box-sizing ついては、テーマ側で設定すべきだと思われます。

@t-hamano
Copy link
Contributor Author

引用ブロックがカラーをサポートした。
WordPress/gutenberg#39899

.has-background のpaddingは追加すべき?

quote

@t-hamano
Copy link
Contributor Author

t-hamano commented May 21, 2022

プルクオートブロックのみボーダーコントロール(__experimentalBorder)が追加されているが、フロントエンドの表示は特に問題無し。

pullquote

see:
https://github.com/loos/SWELL/issues/255
WordPress/gutenberg#41213

@t-hamano
Copy link
Contributor Author

t-hamano commented May 21, 2022

カラム / ギャラリーブロックで、エディター側とフロントエンド側で余白が異なるのは、SWELL同様様子見で良いと思われます
see: https://github.com/loos/SWELL/issues/256#issuecomment-1132918945

@t-hamano
Copy link
Contributor Author

タグクラウドブロックに「最小サイズ」「最大サイズ」が追加された。
現状はフォントサイズを固定しているため、数値を変えても変化がない。
コアに追従するなら、フォントサイズ固定は外した方が良いかもしれない。
see: https://github.com/loos/SWELL/issues/235#issuecomment-1122157376

@t-hamano
Copy link
Contributor Author

タグクラウドブロックに「輪郭」スタイルが追加された

tag-cloud

@t-hamano
Copy link
Contributor Author

ソーシャルリンクブロックに「ラベルを 表示」オプションが追加された。
スタイルは問題ないが、フロントエンド側の方がごく僅かにフォントサイズが大きい?
※TT2ではエディター/フロントエンドでフォントサイズに違いは無し

エディター側

social-links-editor

フロントエンド側

social-links-front

@t-hamano
Copy link
Contributor Author

t-hamano commented May 23, 2022

グループブロックのバリエーション(横並び、縦積み)は問題なさそう。
※画像ブロックの下余白がわずかに大きいのは、#70 と関連

0e629ae7b2666cb983a300283df9a512.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant