From 5c009e15be8446c010a4103a9626653c7819274a Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Mon, 16 Oct 2017 11:39:26 +0200 Subject: Update properties for SVG 2 text. Partial work from Alex Roman --- testfiles/src/attributes-test.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'testfiles/src/attributes-test.cpp') diff --git a/testfiles/src/attributes-test.cpp b/testfiles/src/attributes-test.cpp index f6881fc09..da9a8d592 100644 --- a/testfiles/src/attributes-test.cpp +++ b/testfiles/src/attributes-test.cpp @@ -51,7 +51,7 @@ std::vector getKnownAttrs() attindex.html lacks attributeName, begin, additive, font, marker; I've added these manually. - SVG 2: white-space, shape-inside, shape-outside, shape-padding, shape-margin + SVG 2: white-space, shape-inside, shape-subtrace, shape-padding, shape-margin */ AttributeInfo all_attrs[] = { AttributeInfo("attributeName", true), @@ -174,6 +174,7 @@ std::vector getKnownAttrs() AttributeInfo("image-rendering", true), AttributeInfo("in", true), AttributeInfo("in2", true), + AttributeInfo("inline-size", true), AttributeInfo("intercept", true), AttributeInfo("isolation", true), AttributeInfo("k", true), @@ -274,7 +275,7 @@ std::vector getKnownAttrs() AttributeInfo("seed", true), AttributeInfo("shape-inside", true), AttributeInfo("shape-margin", true), - AttributeInfo("shape-outside", true), + AttributeInfo("shape-subtract", true), AttributeInfo("shape-padding", true), AttributeInfo("shape-rendering", true), AttributeInfo("slope", true), -- cgit v1.2.3