Giter Club home page Giter Club logo

Comments (2)

glennsl avatar glennsl commented on May 27, 2024 2

FYI: I'm waiting to see if I can get #103 through before I do a new major release.

from bs-webapi-incubator.

zploskey avatar zploskey commented on May 27, 2024

This is the spec on this topic: https://drafts.csswg.org/cssom-view/

I can get window.scrollY and window.scrollX to return floating point values in Chrome and Firefox, and the spec says it should be a double, so a float for our purposes. Same for pageXOffset and pageYOffset, which are aliases for them respectively.

Additionally, Window functions scroll, scrollTo and scrollBy currently take ints but should be floats.

I haven't yet been able get offsetTop to give me anything but integer values, and the spec says that it should be a long (https://drafts.csswg.org/cssom-view/#extensions-to-the-htmlelement-interface), same as offsetLeft, offsetWidth, and offsetHeight. I think these are fine to remain ints unless there are browsers that in practice use floats for these.

Element's scrollLeft and scrollTop are ints but should be floats based on the spec.

Based on this information, I propose:

  • In Window change scrollY, scrollX, pageXOffset and pageYOffset properties to be floats.
  • Also in Window, make scroll, scrollTo and scrollBy functions take floats.
  • In Element, change scrollLeft, scrollTop and corresponding setters setScrollLeft and setScrollTop to use floats.

from bs-webapi-incubator.

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.