diff --git a/core/themes/classy/templates/dataset/table.html.twig b/core/themes/classy/templates/dataset/table.html.twig index 70801d6..195c98e 100644 --- a/core/themes/classy/templates/dataset/table.html.twig +++ b/core/themes/classy/templates/dataset/table.html.twig @@ -12,7 +12,7 @@ * https://www.drupal.org/node/893530 and * http://api.drupal.org/api/drupal/includes!theme.inc/function/theme_table/7#comment-5109. * - header: Table header cells. Each cell contains the following properties: - * - tag: The HTML tag name to use; either TH or TD. + * - tag: The HTML tag name to use; either th or td. * - attributes: HTML attributes to apply to the tag. * - content: A localized string for the title of the column. * - field: Field name (required for column sorting). @@ -24,7 +24,7 @@ * - no_striping: A flag indicating that the row should receive no * 'even / odd' styling. Defaults to FALSE. * - cells: Table cells of the row. Each cell contains the following keys: - * - tag: The HTML tag name to use; either TH or TD. + * - tag: The HTML tag name to use; either th or td. * - attributes: Any HTML attributes, such as "colspan", to apply to the * table cell. * - content: The string to display in the table cell. diff --git a/core/themes/classy/templates/form/fieldset.html.twig b/core/themes/classy/templates/form/fieldset.html.twig index 4bd7d0a..0d089ed 100644 --- a/core/themes/classy/templates/form/fieldset.html.twig +++ b/core/themes/classy/templates/form/fieldset.html.twig @@ -36,7 +36,7 @@ required ? 'form-required', ] %} - {# Always wrap fieldset legends in a SPAN for CSS positioning. #} + {# Always wrap fieldset legends in a for CSS positioning. #} {{ legend.title }} diff --git a/core/themes/seven/css/components/tables.css b/core/themes/seven/css/components/tables.css index afc9301..bd620ea 100644 --- a/core/themes/seven/css/components/tables.css +++ b/core/themes/seven/css/components/tables.css @@ -112,7 +112,7 @@ td.is-active { background: none; } -/* Force browsers to calculate the width of a 'select all' TH element. */ +/* Force browsers to calculate the width of a 'select all' element. */ th.select-all { width: 1px; }