Skip to content

Commit 49e30cc

Browse files
authored
blockquote spec clarification #28401 (#34813)
1 parent 1ca8335 commit 49e30cc

File tree

1 file changed

+2
-0
lines changed
  • files/en-us/web/html/element/blockquote

1 file changed

+2
-0
lines changed

files/en-us/web/html/element/blockquote/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ This element's attributes include the [global attributes](/en-US/docs/Web/HTML/G
2020

2121
## Usage notes
2222

23+
According to the specification, attribution for the quotation, if any, must be placed outside the `<blockquote>` element.
24+
2325
To change the indentation applied to the quoted text, use the {{Glossary("CSS")}} {{cssxref("margin-left")}} and/or {{cssxref("margin-right")}} properties, or the {{cssxref("margin")}} shorthand property.
2426

2527
To include shorter quotes inline rather than in a separate block, use the {{HTMLElement("q")}} (Quotation) element.

0 commit comments

Comments
 (0)