Based on the definition of SVG1.1 and SVG2:
The EBNF allows the path data string in the d property to be empty. An empty path data string disables rendering of the path. Rendering is also disabled when the d property has the value none.
So an empty path string is valid. And then what is the expected computed value for this case?
If someone calls getComputedStyle(div).offsetPath
, should we return path('')
or none
for offset-path
? It seems Blinks return none
for now. It looks like the spec doesn't mention this, anyway.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4