Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Make help message for the div element more generic.
  • Loading branch information
afercia committed Jan 16, 2025
commit 8bd7277e9fbaa01f463f53c01c4462fb2206395a
2 changes: 1 addition & 1 deletion packages/block-library/src/utils/messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const htmlElementMessages = {
"The <aside> element should represent a portion of a document whose content is only indirectly related to the document's main content."
),
div: __(
'The <div> element should only be used if the separator is a design element with no semantic meaning.'
'The <div> element should only be used if the block is a design element with no semantic meaning.'
),
footer: __(
'The <footer> element should represent a footer for its nearest sectioning element (e.g.: <section>, <article>, <main> etc.).'
Expand Down
Loading