Coder Social home page Coder Social logo

Attribute value of zero about cascadia HOT 2 CLOSED

andybalholm avatar andybalholm commented on September 28, 2024
Attribute value of zero

from cascadia.

Comments (2)

suntong avatar suntong commented on September 28, 2024

PS, here is how I tested it, FYI,

$ echo '<table border="0" cellpadding="0" cellspacing="0" style="table-layout: fixed; width: 100%; border: 0 dashed; border-color: #FFFFFF"><tr style="height:64px">aaa</tr></table>' | cascadia -i -o -c 'table[border="0"][cellpadding="0"][cellspacing="0"]'
1 elements for 'table[border="0"][cellpadding="0"][cellspacing="0"]':
<table border="0" cellpadding="0" cellspacing="0" style="table-layout: fixed; width: 100%; border: 0 dashed; border-color: #FFFFFF"><tbody><tr style="height:64px"></tr></tbody></table>

That cascadia command above is what I build a thin wrapper around you cascadia package -- https://github.com/suntong/cascadia.

If you could mention that in your readme file, that'd be very appreciated, and I believe it might help a lot of people. Thx.

from cascadia.

andybalholm avatar andybalholm commented on September 28, 2024

The problem is that 0 is not a valid identifier. An identifier must begin with a letter.

Safari doesn't accept the selector in your example either:

> document.querySelector("table[border=0][cellpadding=0][cellspacing=0]")
< SyntaxError (DOM Exception 12): The string did not match the expected pattern.

from cascadia.

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.