Giter VIP home page Giter VIP logo

Comments (3)

mfalken avatar mfalken commented on May 22, 2024

You cannot directly do that, as it's not part of the <dialog> spec. Dialog exists inside a document, it isn't a separate document like showModalDialog was. Maybe the best way would be to put an <iframe> in a <dialog>.

from dialog-polyfill.

mohsin25 avatar mohsin25 commented on May 22, 2024

Matto, thanks a lot for you reply. I have another confusion please help me in clearing it. Our clients use our application on Internet explorer and firefox. dialog tag is not supported on both as mentioned on w3schools. Some websites say dialog tag will not be the part of HTML 5 specification. Now I am confused should I use this polyfill? If in future these two browsers do not support dialog tag than where will I stand. Our application has around 1000 modal dialogs so what should I do?

from dialog-polyfill.

mfalken avatar mfalken commented on May 22, 2024

The point of the polyfill is to allow you to use <dialog> in browsers that don't implement it. So today you can use <dialog> natively where available and then fallback to the polyfill for other browsers.

Ideally, you would never need the polyfill. Currently <dialog> is supported in Chrome and Opera but not other browsers. I've seen positive signals from other browsers but it's unknown when they will add support. For example, Firefox has a bug you can follow; they've also have good developer documentation.

The state of HTML specifications takes some time to explain. The short answer is yes, it is in the HTML spec. The longer answer is, the WHATWG HTML spec has dialog, and the W3C HTML 5.1 spec also has dialog. The W3C decided to put it in HTML 5.1 rather than HTML 5 because of lack of browser support at the time.

from dialog-polyfill.

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.