# Error: NotHtmlSvgElement

The `data-scroll-into-view` attribute was placed on an invalid element. It may only be placed on an HTML or SVG element.

Example:

```html
<div data-scroll-into-view></div>
```

See the docs on the [`data-scroll-into-view`](/reference/attribute_plugins#data-scroll-into-view) attribute.