From 5cc0455a2da3e82eaa3c2663289709366d540946 Mon Sep 17 00:00:00 2001 From: Tomek Wiszniewski Date: Wed, 9 Sep 2015 23:37:33 +0200 Subject: [PATCH] Remove the mention about elements --- Readme.md | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/Readme.md b/Readme.md index 08161aa..0ae4a3d 100644 --- a/Readme.md +++ b/Readme.md @@ -38,8 +38,6 @@ Tailor-cut for the web, but easy to implement in any programming language. There is [a specification for dynamic parameters][svg-params] in the upcoming SVG 2.0. *parametric.svg* is backwards compatible with it – profiting from all its goodness, and bringing even more than that. We not only support dynamic parameters – but also logical and arithmetic relationships between them and geometry. -What does “backwards compatible” mean? In case someone views your graphic without a *parametric.svg* script or plugin, you can fall back to native SVG 2.0 parameters with pretty much the same markup. - SVG 2.0 isn't yet fully standardized and implemented. But *parametric.svg* is built upon existing, stable technologies – ready to be used today. [svg-params]: http://www.w3.org/TR/SVGParamPrimer/ "SVG Parameters 1.0" @@ -66,23 +64,15 @@ Usage ``` -Once you’ve set the `xmlns:parametric` attribute, you can use the namespace on attributes: +Once you’ve set the `xmlns:parametric` thing, you can use the namespace on attributes: ```xml ``` -…and on elements: - -```xml - - - -``` - ### A note about HTML5 ### HTML5 is not namespace-aware. Prefixing your parametric attribute or element with `parametric:` is enough – you don’t need to declare the `xmlns:parametric` thing beforehand.