andreasplesch / x_ite_dom

link x_ite to the DOM
http://andreasplesch.github.io/x_ite_dom/index.xhtml
MIT License
6 stars 0 forks source link

--- --- at start in index.xhtml prevents page to work. #35

Closed cyber-hub closed 4 years ago

cyber-hub commented 4 years ago

Hi, in index.xhtml there are two lines of '---' at start which results in an error and prevents the page to work in a normal browser (firefox, chromium). Is that intended?

---
---
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title>dom access for x_ite</title>

Also there are a lot of not/no longer working examples in tests.

andreasplesch commented 4 years ago

These are for github pages' jekyll to force processing: https://jekyllrb.com/docs/front-matter/

andreasplesch commented 4 years ago

yeah, many tests broke. Could you please bisect which x_ite version or commit started to break this? For now, just go back to an older version of x_ite.

andreasplesch commented 4 years ago

It looks like it is this commit which broke things: https://github.com/create3000/x_ite/commit/95c12e6584ca0a8a88168f4649abeb5ab241de94 This commit still works: https://github.com/create3000/x_ite/commit/77cafb1341c4b4d601c8efd5dce6e16649640e30 Version 4.6.9a-961

andreasplesch commented 4 years ago

The latest x_ite works again with x_ite_dom.