Git Product home page Git Product logo

Comments (5)

ubermichael avatar ubermichael commented on August 28, 2024

All the tags are looked up in the schema in a case-insensitive manner: <HW> and <hw> are validated in exactly the same way, as if they were both <HW> tags. The nesting validator does all tag name comparisons in lowercase. SGML and XML output happens in the original case.

Is there any other part of the system that needs to case-insensitive?

from isetools.

telic avatar telic commented on August 28, 2024

Okay sounds good; I wasn't sure if this was the case already or not!

Is there any code/commenting that makes it clear that this is how tags should be handled? TagNode has a case-preserving get/setName, so it would be easy to forget to use .toLowerCase() when it mattered.

Case in point, TagNode itself seems to have forgotten about this detail in .setName(). I don't know if there are any other cases elsewhere...

from isetools.

ubermichael avatar ubermichael commented on August 28, 2024

That's a very good point.

There are few places in DOM where that happens as well, mostly with respect to indexing the nodes and calculating act.scene.line stuff.

In the mean time, I've switched the schema and tag classes to use a case-insensitive data structure, and written a new one for tag attributes.

But there isn't really a good way to do case-insensitive and case-preserving tag names - we'll just need to be ever vigilant.

from isetools.

ubermichael avatar ubermichael commented on August 28, 2024

Not sure why it isn't showing up, but the code i just mentioned is in branch issue-13, commit ce6c0c9

from isetools.

ubermichael avatar ubermichael commented on August 28, 2024

Merged the issue-13 branch, which should fix all this. If it doesn't, please file another issue.

from isetools.

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.