Giter VIP home page Giter VIP logo

Comments (7)

tbranyen avatar tbranyen commented on May 29, 2024 4

Released in https://github.com/tbranyen/diffhtml/releases/tag/v1.0.0-beta.27

from diffhtml.

tbranyen avatar tbranyen commented on May 29, 2024 3

Fix opened here @CetinSert #262

from diffhtml.

tbranyen avatar tbranyen commented on May 29, 2024 1

Can you post an example of what is breaking? The first delete is not in a try/catch intentionally for performance reasons. This code attempts to delete a property and if it succeeds, marks that property as safe for a given tag name. That's the only way the first delete will be reached.

from diffhtml.

CetinSert avatar CetinSert commented on May 29, 2024

Here is an absolutely minimal case: https://tw.uido.co/test/index.html

<script src="//webpdf.co/<>" type=module></script>

<pdf-file id=f src=//pdf.ist/web.pdf></pdf-file>
<div      id=i><pdf-page off=f></pdf-page></div>

<script type=module>
  import * as diff from '//esm.run/diffhtml'; window.diff = diff;
  await customElements.whenDefined('pdf-page');
  await diff.innerHTML(i, `<pdf-page of=f></pdf-page>`);  // patch.js     setAttribute  does allowlist.add(blocklistName)
  await diff.innerHTML(i, `<pdf-page off=f></pdf-page>`); // patch.js removeAttribute checks allowlist TypeError
</script>

from diffhtml.

CetinSert avatar CetinSert commented on May 29, 2024

The of attribute is defined using Object.defineProperty (with configurable set to false; as is default).

So of


setAttribute and removeAttribute would need different

  • allowlists
    or
  • blocklistNames

for HTML custom elements that define attributeproperty mirroring via Object.defineProperty.

from diffhtml.

CetinSert avatar CetinSert commented on May 29, 2024

@tbranyen – I have demoed and described the problem/solution in the above 2 comments.

from diffhtml.

tbranyen avatar tbranyen commented on May 29, 2024

Darnit, so my Travis CI account just ran out of open source credits. The credits should reset in an hour and a half when the new month starts. Would be awesome to convert this project to GitHub Actions CI infra instead.

from diffhtml.

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.