Skip to content
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.

Handling of non standard HTML-Tags #1218

Open
yajo10 opened this issue Feb 17, 2022 · 1 comment
Open

Handling of non standard HTML-Tags #1218

yajo10 opened this issue Feb 17, 2022 · 1 comment

Comments

@yajo10
Copy link

yajo10 commented Feb 17, 2022

Hey, I try to use zombie together with angular/ionic...
But executing Javascript does not seem to work though.

<!DOCTYPE html>
<html lang="de" translate="no">

<head>
  <meta charset="utf-8"/>
  <title>Some title</title>

  <base href="/"/>

  <meta name="color-scheme" content="light dark"/>
  <meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
  <meta name="format-detection" content="telephone=no"/>
  <meta name="msapplication-tap-highlight" content="no"/>

  <link rel="icon" type="image/png" href="assets/icon/favicon.png"/>

  <!-- add to homescreen for ios -->
  <meta name="apple-mobile-web-app-capable" content="yes"/>
  <meta name="apple-mobile-web-app-status-bar-style" content="black"/>
<link rel="stylesheet" href="styles.css"></head>

<body>
  <app-root></app-root>
<script src="runtime.js" type="module"></script><script src="polyfills.js" type="module"></script><script src="vendor.js" type="module"></script><script src="main.js" type="module"></script></body>

Does Zombie has a problem with handling non-HTML5 tags?

Thanks in advance!

@yajo10
Copy link
Author

yajo10 commented Feb 22, 2022

If I read the source code correctly: my issue depends on this: jsdom/jsdom#2475
Can anybody confirm this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant