|
6 | 6 | "properties": [
|
7 | 7 | {
|
8 | 8 | "name": "cx",
|
| 9 | + "href": "https://svgwg.org/svg2-draft/geometry.html#CxProperty", |
9 | 10 | "value": "<length-percentage>",
|
10 | 11 | "initial": "0",
|
11 | 12 | "appliesTo": "‘circle’ and ‘ellipse’ elements",
|
|
20 | 21 | },
|
21 | 22 | {
|
22 | 23 | "name": "cy",
|
| 24 | + "href": "https://svgwg.org/svg2-draft/geometry.html#CyProperty", |
23 | 25 | "value": "<length-percentage>",
|
24 | 26 | "initial": "0",
|
25 | 27 | "appliesTo": "‘circle’ and ‘ellipse’ elements",
|
|
34 | 36 | },
|
35 | 37 | {
|
36 | 38 | "name": "r",
|
| 39 | + "href": "https://svgwg.org/svg2-draft/geometry.html#RProperty", |
37 | 40 | "value": "<length-percentage>",
|
38 | 41 | "initial": "0",
|
39 | 42 | "appliesTo": "‘circle’ element",
|
|
48 | 51 | },
|
49 | 52 | {
|
50 | 53 | "name": "rx",
|
| 54 | + "href": "https://svgwg.org/svg2-draft/geometry.html#RxProperty", |
51 | 55 | "value": "<length-percentage> | auto",
|
52 | 56 | "initial": "auto",
|
53 | 57 | "appliesTo": "‘ellipse’, ‘rect’ elements",
|
|
62 | 66 | },
|
63 | 67 | {
|
64 | 68 | "name": "ry",
|
| 69 | + "href": "https://svgwg.org/svg2-draft/geometry.html#RyProperty", |
65 | 70 | "value": "<length-percentage> | auto",
|
66 | 71 | "initial": "auto",
|
67 | 72 | "appliesTo": "‘ellipse’, ‘rect’",
|
|
76 | 81 | },
|
77 | 82 | {
|
78 | 83 | "name": "x",
|
| 84 | + "href": "https://svgwg.org/svg2-draft/geometry.html#XProperty", |
79 | 85 | "value": "<length-percentage>",
|
80 | 86 | "initial": "0",
|
81 | 87 | "appliesTo": "‘svg’, ‘rect’, ‘image’, ‘foreignObject’ elements",
|
|
90 | 96 | },
|
91 | 97 | {
|
92 | 98 | "name": "y",
|
| 99 | + "href": "https://svgwg.org/svg2-draft/geometry.html#YProperty", |
93 | 100 | "value": "<length-percentage>",
|
94 | 101 | "initial": "0",
|
95 | 102 | "appliesTo": "‘svg’, ‘rect’, ‘image’, ‘foreignObject’ elements",
|
|
104 | 111 | },
|
105 | 112 | {
|
106 | 113 | "name": "vector-effect",
|
| 114 | + "href": "https://svgwg.org/svg2-draft/coords.html#VectorEffectProperty", |
107 | 115 | "value": "none | non-scaling-stroke | non-scaling-size | non-rotation | fixed-position",
|
108 | 116 | "initial": "none",
|
109 | 117 | "appliesTo": "graphics elements and ‘use’",
|
|
119 | 127 | },
|
120 | 128 | {
|
121 | 129 | "name": "d",
|
| 130 | + "href": "https://svgwg.org/svg2-draft/paths.html#DProperty", |
122 | 131 | "value": "none | <string>",
|
123 | 132 | "initial": "none",
|
124 | 133 | "appliesTo": "‘path’",
|
|
133 | 142 | },
|
134 | 143 | {
|
135 | 144 | "name": "inline-size",
|
| 145 | + "href": "https://svgwg.org/svg2-draft/text.html#InlineSizeProperty", |
136 | 146 | "value": "auto | <length-percentage>",
|
137 | 147 | "initial": "auto",
|
138 | 148 | "appliesTo": "‘text’ elements",
|
|
148 | 158 | },
|
149 | 159 | {
|
150 | 160 | "name": "shape-inside",
|
| 161 | + "href": "https://svgwg.org/svg2-draft/text.html#ShapeInsideProperty", |
151 | 162 | "value": "auto | [ <basic-shape> | <uri> ]+",
|
152 | 163 | "initial": "auto",
|
153 | 164 | "appliesTo": "‘text’ elements",
|
|
163 | 174 | },
|
164 | 175 | {
|
165 | 176 | "name": "shape-subtract",
|
| 177 | + "href": "https://svgwg.org/svg2-draft/text.html#ShapesubtractProperty", |
166 | 178 | "value": "none | [ <basic-shape>| <uri> ]+",
|
167 | 179 | "initial": "none",
|
168 | 180 | "appliesTo": "‘text’ elements",
|
|
178 | 190 | },
|
179 | 191 | {
|
180 | 192 | "name": "shape-margin",
|
| 193 | + "href": "https://svgwg.org/svg2-draft/text.html#ShapeMarginProperty", |
181 | 194 | "value": "<length-percentage>",
|
182 | 195 | "initial": "0",
|
183 | 196 | "appliesTo": "‘text’ elements",
|
|
193 | 206 | },
|
194 | 207 | {
|
195 | 208 | "name": "text-anchor",
|
| 209 | + "href": "https://svgwg.org/svg2-draft/text.html#TextAnchorProperty", |
196 | 210 | "value": "start | middle | end",
|
197 | 211 | "initial": "start",
|
198 | 212 | "appliesTo": "text content elements",
|
|
208 | 222 | },
|
209 | 223 | {
|
210 | 224 | "name": "fill",
|
| 225 | + "href": "https://svgwg.org/svg2-draft/painting.html#FillProperty", |
211 | 226 | "value": "<paint>",
|
212 | 227 | "initial": "black",
|
213 | 228 | "appliesTo": "shapes and text content elements",
|
|
222 | 237 | },
|
223 | 238 | {
|
224 | 239 | "name": "fill-rule",
|
| 240 | + "href": "https://svgwg.org/svg2-draft/painting.html#FillRuleProperty", |
225 | 241 | "value": "nonzero | evenodd",
|
226 | 242 | "initial": "nonzero",
|
227 | 243 | "appliesTo": "shapes and text content elements",
|
|
237 | 253 | },
|
238 | 254 | {
|
239 | 255 | "name": "fill-opacity",
|
| 256 | + "href": "https://svgwg.org/svg2-draft/painting.html#FillOpacityProperty", |
240 | 257 | "value": "<‘opacity’>",
|
241 | 258 | "initial": "1",
|
242 | 259 | "appliesTo": "shapes and text content elements",
|
|
252 | 269 | },
|
253 | 270 | {
|
254 | 271 | "name": "stroke",
|
| 272 | + "href": "https://svgwg.org/svg2-draft/painting.html#StrokeProperty", |
255 | 273 | "value": "<paint>",
|
256 | 274 | "initial": "none",
|
257 | 275 | "appliesTo": "shapes and text content elements",
|
|
266 | 284 | },
|
267 | 285 | {
|
268 | 286 | "name": "stroke-opacity",
|
| 287 | + "href": "https://svgwg.org/svg2-draft/painting.html#StrokeOpacityProperty", |
269 | 288 | "value": "<‘opacity’>",
|
270 | 289 | "initial": "1",
|
271 | 290 | "appliesTo": "shapes and text content elements",
|
|
281 | 300 | },
|
282 | 301 | {
|
283 | 302 | "name": "stroke-width",
|
| 303 | + "href": "https://svgwg.org/svg2-draft/painting.html#StrokeWidthProperty", |
284 | 304 | "value": "<length-percentage> | <number>",
|
285 | 305 | "initial": "1px",
|
286 | 306 | "appliesTo": "shapes and text content elements",
|
|
296 | 316 | },
|
297 | 317 | {
|
298 | 318 | "name": "stroke-linecap",
|
| 319 | + "href": "https://svgwg.org/svg2-draft/painting.html#StrokeLinecapProperty", |
299 | 320 | "value": "butt | round | square",
|
300 | 321 | "initial": "butt",
|
301 | 322 | "appliesTo": "shapes and text content elements",
|
|
311 | 332 | },
|
312 | 333 | {
|
313 | 334 | "name": "stroke-linejoin",
|
| 335 | + "href": "https://svgwg.org/svg2-draft/painting.html#StrokeLinejoinProperty", |
314 | 336 | "value": "miter | miter-clip | round | bevel | arcs",
|
315 | 337 | "initial": "miter",
|
316 | 338 | "appliesTo": "shapes and text content elements",
|
|
326 | 348 | },
|
327 | 349 | {
|
328 | 350 | "name": "stroke-miterlimit",
|
| 351 | + "href": "https://svgwg.org/svg2-draft/painting.html#StrokeMiterlimitProperty", |
329 | 352 | "value": "<number>",
|
330 | 353 | "initial": "4",
|
331 | 354 | "appliesTo": "shapes and text content elements",
|
|
341 | 364 | },
|
342 | 365 | {
|
343 | 366 | "name": "stroke-dasharray",
|
| 367 | + "href": "https://svgwg.org/svg2-draft/painting.html#StrokeDasharrayProperty", |
344 | 368 | "value": "none | <dasharray>",
|
345 | 369 | "initial": "none",
|
346 | 370 | "appliesTo": "shapes and text content elements",
|
|
356 | 380 | },
|
357 | 381 | {
|
358 | 382 | "name": "stroke-dashoffset",
|
| 383 | + "href": "https://svgwg.org/svg2-draft/painting.html#StrokeDashoffsetProperty", |
359 | 384 | "value": "<length-percentage> | <number>",
|
360 | 385 | "initial": "0",
|
361 | 386 | "appliesTo": "shapes and text content elements",
|
|
371 | 396 | },
|
372 | 397 | {
|
373 | 398 | "name": "marker-start",
|
| 399 | + "href": "https://svgwg.org/svg2-draft/painting.html#MarkerStartProperty", |
374 | 400 | "value": "none | <marker-ref>",
|
375 | 401 | "initial": "none",
|
376 | 402 | "appliesTo": "shapes",
|
|
386 | 412 | },
|
387 | 413 | {
|
388 | 414 | "name": "marker-mid",
|
| 415 | + "href": "https://svgwg.org/svg2-draft/painting.html#MarkerMidProperty", |
389 | 416 | "value": "none | <marker-ref>",
|
390 | 417 | "initial": "none",
|
391 | 418 | "appliesTo": "shapes",
|
|
401 | 428 | },
|
402 | 429 | {
|
403 | 430 | "name": "marker-end",
|
| 431 | + "href": "https://svgwg.org/svg2-draft/painting.html#MarkerEndProperty", |
404 | 432 | "value": "none | <marker-ref>",
|
405 | 433 | "initial": "none",
|
406 | 434 | "appliesTo": "shapes",
|
|
416 | 444 | },
|
417 | 445 | {
|
418 | 446 | "name": "marker",
|
| 447 | + "href": "https://svgwg.org/svg2-draft/painting.html#MarkerProperty", |
419 | 448 | "value": "none | <marker-ref>",
|
420 | 449 | "initial": "not defined for shorthand properties",
|
421 | 450 | "appliesTo": "shapes",
|
|
430 | 459 | },
|
431 | 460 | {
|
432 | 461 | "name": "paint-order",
|
| 462 | + "href": "https://svgwg.org/svg2-draft/painting.html#PaintOrderProperty", |
433 | 463 | "value": "normal | [ fill || stroke || markers ]",
|
434 | 464 | "initial": "normal",
|
435 | 465 | "appliesTo": "shapes and text content elements",
|
|
445 | 475 | },
|
446 | 476 | {
|
447 | 477 | "name": "color-interpolation",
|
| 478 | + "href": "https://svgwg.org/svg2-draft/painting.html#ColorInterpolationProperty", |
448 | 479 | "value": "auto | sRGB | linearRGB",
|
449 | 480 | "initial": "sRGB",
|
450 | 481 | "appliesTo": "container elements, graphics elements, gradient elements, ‘use’ and ‘animate’",
|
|
460 | 491 | },
|
461 | 492 | {
|
462 | 493 | "name": "shape-rendering",
|
| 494 | + "href": "https://svgwg.org/svg2-draft/painting.html#ShapeRenderingProperty", |
463 | 495 | "value": "auto | optimizeSpeed | crispEdges | geometricPrecision",
|
464 | 496 | "initial": "auto",
|
465 | 497 | "appliesTo": "shapes",
|
|
475 | 507 | },
|
476 | 508 | {
|
477 | 509 | "name": "text-rendering",
|
| 510 | + "href": "https://svgwg.org/svg2-draft/painting.html#TextRenderingProperty", |
478 | 511 | "value": "auto | optimizeSpeed | optimizeLegibility | geometricPrecision",
|
479 | 512 | "initial": "auto",
|
480 | 513 | "appliesTo": "‘text’",
|
|
490 | 523 | },
|
491 | 524 | {
|
492 | 525 | "name": "image-rendering",
|
| 526 | + "href": "https://svgwg.org/svg2-draft/painting.html#ImageRenderingProperty", |
493 | 527 | "value": "auto | optimizeQuality | optimizeSpeed",
|
494 | 528 | "initial": "auto",
|
495 | 529 | "appliesTo": "images",
|
|
505 | 539 | },
|
506 | 540 | {
|
507 | 541 | "name": "pointer-events",
|
| 542 | + "href": "https://svgwg.org/svg2-draft/interact.html#PointerEventsProperty", |
508 | 543 | "value": "auto | bounding-box | visiblePainted | visibleFill | visibleStroke | visible | painted | fill | stroke | all | none",
|
509 | 544 | "initial": "auto",
|
510 | 545 | "appliesTo": "container elements, graphics elements and ‘use’",
|
|
520 | 555 | },
|
521 | 556 | {
|
522 | 557 | "name": "stop-color",
|
| 558 | + "href": "https://svgwg.org/svg2-draft/pservers.html#StopColorProperty", |
523 | 559 | "styleDeclaration": [
|
524 | 560 | "stop-color",
|
525 | 561 | "stopColor"
|
526 | 562 | ]
|
527 | 563 | },
|
528 | 564 | {
|
529 | 565 | "name": "stop-opacity",
|
| 566 | + "href": "https://svgwg.org/svg2-draft/pservers.html#StopOpacityProperty", |
530 | 567 | "styleDeclaration": [
|
531 | 568 | "stop-opacity",
|
532 | 569 | "stopOpacity"
|
|
539 | 576 | {
|
540 | 577 | "name": "<points>",
|
541 | 578 | "value": "[ <number>+ ]#",
|
| 579 | + "href": "https://svgwg.org/svg2-draft/shapes.html#DataTypePoints", |
542 | 580 | "type": "type"
|
543 | 581 | },
|
544 | 582 | {
|
545 | 583 | "name": "<paint>",
|
546 | 584 | "value": "none | <color> | <url> [none | <color>]? | context-fill | context-stroke",
|
| 585 | + "href": "https://svgwg.org/svg2-draft/painting.html#DataTypePaint", |
547 | 586 | "type": "type"
|
548 | 587 | },
|
549 | 588 | {
|
550 | 589 | "name": "<dasharray>",
|
551 | 590 | "value": "[ [ <length-percentage> | <number> ]+ ]#",
|
| 591 | + "href": "https://svgwg.org/svg2-draft/painting.html#DataTypeDasharray", |
552 | 592 | "type": "type"
|
553 | 593 | },
|
554 | 594 | {
|
555 | 595 | "name": "<marker-ref>",
|
556 | 596 | "value": "<url>",
|
| 597 | + "href": "https://svgwg.org/svg2-draft/painting.html#DataTypeMarkerRef", |
557 | 598 | "type": "type"
|
558 | 599 | }
|
559 | 600 | ]
|
|
0 commit comments