--- title: overflow slug: Web/SVG/Attribute/overflow translation_of: Web/SVG/Attribute/overflow ---

« SVG Attribute reference home

The overflow attribute has the same parameter values as defined for the {{ cssxref("overflow","CSS overflow property") }}. However, the following additional points apply:

As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet, see {{ cssxref("overflow","CSS overflow") }} for further information.

Usage context

Categories Presentation attribute
Value visible | hidden | scroll | auto | inherit
Animatable Yes
Normative document SVG 1.1 (2nd Edition)

Example

Elements

The following elements can use the overflow attribute

Browser compatibility

{{Compat("svg.attributes.presentation.overflow")}}

See also