LivelyKernel / LivelyKernel/lively4-core
jsx creation of svg elements does not work
Open
comp: jsx
- Dominant language
- JavaScript
- Stars
- 89
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
support for namespace and namespace guessing is needed
```
var div = document.createElement("div")
div.innerHTML = ""
```
vs
```
var p =
```
Contributor guide
No contributing guide indexed for this repository
Research direction
No source files or tests are named; start by locating the JSX element-creation path and compare its SVG output with the document.createElement example. Done means JSX-created SVG, anchor, and path elements receive the appropriate namespace behavior shown by the examples.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend, web-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100