[Style dropdown] Add styles to <table> and its elements #13777
Labels
package:style
squad:core
Issue to be handled by the Core team.
type:task
This issue reports a chore (non-production change) and other types of "todos".
Milestone
Add a missing integration of Style dropdown with tables
Let's support:
<table>
,<tr>
,<th>
,<td>
,<caption>
,<figcaption>
Let's skip:
<tfoot>
,<col>
/<colgroup>
.<thead>
,<tbody>
.as we treat those elements as complex, and it would take a lot of time to implement those.
The acceptance criteria go as follows:
table
when I select the table widget and apply the definedtable
style, then the style is applied to the table element.table
ortr
orth
ortd
when I select one cell, multiple cells, or multiple rows, and apply the defined one or more styles, then the style is applied to the exact elements.<caption>
or<figcaption>
when I select the caption elements and apply the defined caption style, then the style is applied to the elements.The text was updated successfully, but these errors were encountered: