From 25c0cd27c7162c40f6c2a94d72cfa5840d742248 Mon Sep 17 00:00:00 2001 From: Eric Willigers Date: Mon, 18 Dec 2017 19:07:06 +1100 Subject: [PATCH] 'd' presentation attribute: use path() function This brings the spec, the web platform tests and the only shipping implementation (Chrome) into consistency: none | path() closes #320 --- master/paths.html | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/master/paths.html b/master/paths.html index dcf640d1..bc5a0333 100644 --- a/master/paths.html +++ b/master/paths.html @@ -237,7 +237,7 @@

Specifying path data: the 'd' Value: - none | <string> + none | path(<string>) Initial: @@ -303,6 +303,10 @@

Specifying path data: the 'd'discrete animation type.

+

+ Lowercase commands (with relative coordinates) are converted to equivalent uppercase commands + (with absolute coordinates) before determining if the path data strings have the same structure. +

If the list of path data commands have the same structure, then each parameter to each path data command must be @@ -313,16 +317,9 @@

Specifying path data: the 'd' -

- Resolved that "d will become a presentation attribute (no name - change) with path data string as value" at - London - Editor's Meeting. -

- -

The following sections list the commands that canbe used +

The following sections list the commands that can be used in path data strings. Those that draw straight line segments include the lineto commands (L, l,