Jasonette / Jasonette/Jasonette-Web

webcontainer simply displays "html" (instead of text-attribute)

Open
#10 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
241
Forks
62
PR merge metrics
No merged PRs in 30d

Description

is this a jasonette-web limitation?
afaik as i know this could be something like:

```
var doc = document.createElement('iframe')
doc.open();
doc.write(inlinehtmlAsString);
doc.close();
document.body.appendChild(doc)
```

ps. if webcontainer is already working please provide example-link

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the webcontainer behavior described in the issue and locate the webcontainer implementation; no file or test path is provided. Compare the current rendering of the HTML value with the requested text-attribute behavior, and consider the issue complete when the container displays the intended text and an example link demonstrates it.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.