GithubHelp home page GithubHelp logo

Comments (6)

yoshuawuyts avatar yoshuawuyts commented on June 16, 2024 2

Probably related to #28

from nanohtml.

shama avatar shama commented on June 16, 2024 1

I'll look into this again soon. That and <br/> doesn't work but <br /> does!

from nanohtml.

jamesplease avatar jamesplease commented on June 16, 2024

Can you make a requirebin? This seems to work for me.

lol super pixely img:

image

from nanohtml.

josephg avatar josephg commented on June 16, 2024

Oops! I was a bit too keen at trimming down the test case. Requirebin only works in incognito windows for some reason for me, where I'm not logged in to github. (That or it takes 20+ seconds to start up, in which case I'm just not patient enough.)

Anyway:

image

var bel = require('bel');

var html = bel`<div>
  <label>
    <input type="checkbox" id="keep" checked>text
  </label>
  <a>Outside</a>
</div>`;

console.log('hello', html);

Cases:

  • <input type="checkbox" id="keep" checked>: buggy
  • <input type="checkbox" id="keep" checked=true>: buggy
  • <input type="checkbox" id="keep" checked="true">: ok
  • <input type="checkbox" id="keep" checked />: ok

from nanohtml.

jamesplease avatar jamesplease commented on June 16, 2024

Ah, oops, somehow the checked attr got removed when I was playing around in Requirebin, and I didn't notice.

Thanks for taking the time to make that Requirebin, even though it sounded pretty tedious to set up :P The two issues do seem likely to be related – thanks @yoshuawuyts !

from nanohtml.

goto-bus-stop avatar goto-bus-stop commented on June 16, 2024

This appears to be fixed in the latest hyperx; probably by choojs/hyperx@d85b56b. thanks!

from nanohtml.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.