Skip to content

Commit c1dbf51

Browse files
committed
Add fill/stroke issues.
1 parent f1ded4d commit c1dbf51

2 files changed

Lines changed: 8 additions & 1294 deletions

File tree

css-text-decor-4/Overview.bs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ It has no status at W3C and has not yet been discussed by the CSSWG.
2929
<li>a text-line-width property
3030
</ul>
3131

32+
fill/stroke {#fill-stroke}
33+
-----------
34+
35+
* turn fill/stroke into shorthands, add fill-color/stroke-color. SVGWG says this is probably okay; only problem is if people style with real properties and put, for example, stroke-width before stroke. Who does that? Nobody, that's who.
36+
* Need to know what element originates the coordinate space. Idea: add a fill-originator:yes/no property, which defines the element that give the coordinate space for the fill/stroke. SVG paint servers carry around their own originator information in *Units attributes, but maybe SVGWG can add a new value that makes them pay attention to the CSS originator. Most of the time you won't set this property; the shorthand will do it automatically for you.
37+
* Need to expand on the box-decoration-break model. "box decorations" is a term covering all of them: need longhands for background-break, fill-break, border-break, stroke-break. (The current "slice" value isn't what SVG does.)
38+
39+
3240
<h2 id=extend>Extentions to L3 features</h2>
3341

3442
<h3 id="text-decoration-skip-property">

0 commit comments

Comments
 (0)