[wp-trac] [WordPress Trac] #58074: Twenty Twelve: Table block font size not changing in editor or front-end (was: Twenty Twelve Theme Table font size not changing in editor and front-end part)

WordPress Trac noreply at wordpress.org
Tue Apr 4 22:57:00 UTC 2023


#58074: Twenty Twelve: Table block font size not changing in editor or front-end
---------------------------+------------------------------
 Reporter:  sheulyshila    |       Owner:  (none)
     Type:  defect (bug)   |      Status:  new
 Priority:  normal         |   Milestone:  Awaiting Review
Component:  Bundled Theme  |     Version:  6.2
 Severity:  normal         |  Resolution:
 Keywords:  has-patch      |     Focuses:  css
---------------------------+------------------------------

Old description:

> Steps to reproduce the issue :-
> Activate Twenty Twelve Theme .
> Choose table block.
> Apply font size to table block.
> Now see the no difference both the side.
> I have attached video for better understanding.
> video url:
> [https://drive.google.com/file/d/1ILmauVB7mje5PsxmtLfIPxypwXzwIjZN/view?usp=sharing
>
> ]

New description:

 Steps to reproduce the issue:
 1. Activate Twenty Twelve Theme.
 2. Choose table block.
 3. Apply font size to table block (preset or custom).
 4. Now see the setting does not change the font size in the editor or on
 the front.

 I have attached video for better understanding.
 video url:
 [https://drive.google.com/file/d/1ILmauVB7mje5PsxmtLfIPxypwXzwIjZN/view?usp=sharing]

--

Comment (by sabernhardt):

 This is tricky because the regular table styles need to stay the same for
 anyone who likes the standard font sizes for `th` and `td` cells. Patches
 related to block features also should not change tables created in the
 Classic Editor.

 [attachment:"58074.1.diff"] uses the universal selector for any child
 element. If listing individual elements would be better, then the `table`,
 `th` and `td` elements all need to inherit the block style.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/58074#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list