[svgwg] Issue: [SVG Native] Review of latest document (#774) marked as SVG Native

dirkschulze has just labeled an issue for https://github.com/w3c/svgwg as "SVG Native":

== [SVG Native] Review of latest document ==
@litherum, Sairus, just some review notes after reading the document:

**Across document:**
* replace "attribute" with "presentation attribute" for actual presentation attributes. This is for consistency with other specs and to clarify why your links point to the CSS properties.
* What should happen if a "not supported" attribute or element was found?

**[Common attributes](https://svgwg.org/specs/svg-native/#commonattributes):**
* Could you link to the sections in question?

**[Rendering Model](https://svgwg.org/specs/svg-native/#render):**
* You mention values of `overflow` in two places. Combine them? Also, do we want to support `overflow` values other than `visible`? It is very uncommon and requires to clip all content to the SVG root element bounds as written currently.
* Should be mentioned that `clipPathUnits` is assumed to have a value of `userSpaceOnUse` and can not be set.

**[Document Structure](https://svgwg.org/specs/svg-native/#struct):**
* " and all other svg elements are not supported" nested `<svg>` elements?
* Does SVG Native support `href` next to `xlink:href`?

**[Styling](https://svgwg.org/specs/svg-native/#styling):**
* We agreed to support `env()`? Can't remember. Just know that we discussed it.
* No support for `inherit`? Do other implementations like CoreText or D2D?

**[Coordinate Systems, Transformations, and Units](https://svgwg.org/specs/svg-native/#coords):**
* "The preserveAspectRatio attribute is only supported [..] `<pattern>`" We do not support patterns.

**[Painting: Filling, Stroking, and Marker Symbols](https://svgwg.org/specs/svg-native/#painting):**
* Do CoreText or D2D support `display`? Would we need to allow it?
* "The `<color>` property", should use the property presentation and not element. Do CoreText or D2D support `color` or `currentColor`?

**[Gradients and Patterns](https://svgwg.org/specs/svg-native/#pservers):**
* What should a SVG Native viewer do if objectBoundingBox was specified?



See https://github.com/w3c/svgwg/issues/774

Received on Monday, 20 January 2020 07:35:20 UTC