CSS Properties in SVG

Background

SVG 2 references many properties that are defined in CSS modules. In some cases properties are new and in several cases they have been co-opted out of SVG 1.1. The modules that SVG 2 relies on are in various states of preparation (CR, LC, WD, ED, etc.). How do we deal with this?

Here are some examples:

Writing Modes Level 3 (CR)

There's a note that in HTML one can turn off style so one should use the "dir" attribute. Is this a problem in SVG?

No baseline properties defined. Both this spec and CSS Inline mention baselines. SVG defines:

Is there a '/' missing in Example 1?

Text Decoration (CR)

Shapes 1 (CR)/Shapes 2 (ED)

Image Values and Replacement Content 3 (CR 2012)

Text 3 (LC)

Entire spec.

Transforms (WD)

Entire spec.

Compositing and Blending (CR)

Entire spec.

Filter Effects (WD CR)

Entire spec.