diff --git a/README.md b/README.md index 8a02c58..46029bf 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ In this example, if `isAdmin` is `true`, the `Admin Panel` link is rendered. Oth - **Document Structure**: `Html`, `Head`, `Body`, `Title`, `Link`, `Meta`, `Style` - **Text Content**: `H1`, `H2`, `H3`, `P`, `Blockquote`, `Pre`, `Code`, `I`, `Br`, `Hr` -- **Sectioning & Semantic Layout**: `Article`, `Aside`, `Footer`, `Header`, `Main`, `Nav`, `Section` +- **Sectioning & Semantic Layout**: `Article`, `Aside`, `FigCaption`, `Figure`, `Footer`, `Header`, `Main`, `Mark`, `Nav`, `Section` - **Form Elements**: `Form`, `Input`, `Textarea`, `Button`, `Select`, `Option`, `Label`, `Fieldset`, `Legend`, `Datalist`, `Meter`, `Output`, `Progress` - **Interactive Elements**: `Dialog`, `Menu` - **Grouping Content**: `Div`, `Span`, `Li`, `Ul`, `Ol`, `Dl`, `Dt`, `Dd`