Code Monkey home page Code Monkey logo

Comments (12)

GoogleCodeExporter avatar GoogleCodeExporter commented on May 20, 2024
Let me think about it... :-)

Original comment by [email protected] on 19 Jun 2007 at 7:12

  • Added labels: Priority-Low
  • Removed labels: Priority-Medium

from base2.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 20, 2024
I'm still not sure about this. I have added some sugar to other static methods 
so
there is a precedent. If I do add it then how about allowing a CSS selector 
instead
of an ID?

e.g. HTMLElement.addClass("body", "enabled");
or   HTMLElement.addClass("#content", "enabled");

Thoughts?

Original comment by [email protected] on 10 Jul 2007 at 3:00

  • Changed state: Accepted

from base2.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 20, 2024
CSS selector seems better. Makes you almost wish for a css literal (like there 
is a regex literal). Which "other 
static methods" are you talking about?

Maybe when I've played with JST, I have more thoughts ;-)

Original comment by [email protected] on 10 Jul 2007 at 9:30

from base2.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 20, 2024
> Which "other static methods" are you talking about?

EventTarget.addEventListener() allows you to change the context of an event 
handler.
I'm thinking of getting rid of this though.

Original comment by [email protected] on 10 Jul 2007 at 9:36

from base2.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 20, 2024
Maybe it's an idea to create some seperate helper functions instead of classes?

Original comment by [email protected] on 11 Jul 2007 at 1:21

from base2.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 20, 2024
I think that might be the way to go. We can also add "$" etc which people seem 
to
like. I'm thinking of putting all the sugar in JSB. I'd prefer base2.DOM to only
add/fix standards support.

Original comment by [email protected] on 11 Jul 2007 at 2:14

from base2.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 20, 2024
Are you actually planning XML DOM support?

Original comment by [email protected] on 11 Jul 2007 at 5:33

from base2.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 20, 2024

Original comment by [email protected] on 14 Jul 2007 at 7:08

  • Added labels: Browser-All, Module-base2.DOM

from base2.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 20, 2024
What kind of XML DOM support?

Original comment by [email protected] on 23 Jul 2007 at 9:07

from base2.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 20, 2024
I'm busy with an WebDavFileSystem. I use XmlHttpRequest for that. And the 
xmlResponse object is not really 
consistent across browsers. I haven't used the methods, but "localName" is not 
implemented by IE6, and the 
nodeType-constants are not implemented by Safari2, IE6 and Opera9. Further, 
some properties return null in 
one browser, undefined in the other and an emtpy string in the third 
(nodeValue, prefix, namespaceURI).

But I don't like XML querying, so I'm actually writing a xml2js converter. 
First one following the Parker-
convention, and later maybe one with BadgerFish convention.

Original comment by [email protected] on 23 Jul 2007 at 9:36

from base2.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 20, 2024
If you are talking about the XmlHttpRequest object then I do intend to fix 
that. Want
to make a start?

Original comment by [email protected] on 23 Jul 2007 at 1:08

from base2.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 20, 2024
I'm closing this bug. I don't want these kinds of shortcuts in base2.DOM. 
Standards only.

I'm hoping that JSB will provide the sugar on top of base2.DOM.

Original comment by [email protected] on 27 Jul 2007 at 10:38

  • Changed state: WontFix

from base2.

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.