From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/zh-cn/web/svg/attribute/overflow/index.html | 70 +++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 files/zh-cn/web/svg/attribute/overflow/index.html (limited to 'files/zh-cn/web/svg/attribute/overflow/index.html') diff --git a/files/zh-cn/web/svg/attribute/overflow/index.html b/files/zh-cn/web/svg/attribute/overflow/index.html new file mode 100644 index 0000000000..3353ca8ba6 --- /dev/null +++ b/files/zh-cn/web/svg/attribute/overflow/index.html @@ -0,0 +1,70 @@ +--- +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

+ + + + + + + + + + + + + + + + + + + + +
CategoriesPresentation attribute
Valuevisible | hidden | scroll | auto | inherit
AnimatableYes
Normative documentSVG 1.1 (2nd Edition)
+ +

Example

+ +

Elements

+ +

The following elements can use the overflow attribute

+ + + +

Browser compatibility

+ + + +

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

+ +

See also

+ + -- cgit v1.2.3-54-g00ecf