Skip to content

Instantly share code, notes, and snippets.

@MurakamiShinyu
Last active May 13, 2023 08:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MurakamiShinyu/c731983d57314176cbcf84badd6cd689 to your computer and use it in GitHub Desktop.
Save MurakamiShinyu/c731983d57314176cbcf84badd6cd689 to your computer and use it in GitHub Desktop.
vivliostyle.js/issue1172
<?xml version="1.0" encoding="UTF-8"?>
<h:html xmlns:h="http://www.w3.org/1999/xhtml" xmlns:d="https://www.devever.net/ns/dedoc" lang="en" xml:lang="en">
<h:head>
<h:style type="text/css"><![CDATA[
@namespace url(http://www.w3.org/1999/xhtml);
@namespace d url(https://www.devever.net/ns/dedoc);
d|p { display: block; }
]]></h:style>
</h:head>
<h:body>
<doc xmlns="https://www.devever.net/ns/dedoc" xml:lang="en">
<p>
<h:p>Foo.</h:p>
</p>
<p>
<h:p>Bar.</h:p>
</p>
</doc>
</h:body>
</h:html>
<?xml version="1.0" encoding="UTF-8"?>
<h:html xmlns:h="http://www.w3.org/1999/xhtml" xmlns:d="https://www.devever.net/ns/dedoc" lang="en" xml:lang="en">
<h:body>
<doc xmlns="https://www.devever.net/ns/dedoc" xml:lang="en">
<p>
<h:p>Foo.</h:p>
</p>
<p>
<h:p>Bar.</h:p>
</p>
</doc>
</h:body>
</h:html>
<?xml version="1.0" encoding="UTF-8"?>
<h:html xmlns:h="http://www.w3.org/1999/xhtml" xmlns:d="https://www.devever.net/ns/dedoc" lang="en" xml:lang="en">
<h:head>
<h:style type="text/css"><![CDATA[
p { display: block; }
]]></h:style>
</h:head>
<h:body>
<doc xmlns="https://www.devever.net/ns/dedoc" xml:lang="en">
<p>
<h:p>Foo.</h:p>
</p>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Nulla eius omnis aperiam deserunt laborum exercitationem hic dolorum iste soluta! Quas, sed animi eius ipsum laudantium nihil sequi fugiat! Ipsa, asperiores.
<h:p>Bar.</h:p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Maiores, officia voluptatum qui alias amet eligendi quisquam incidunt cum iste quis. Optio distinctio, maxime tempora dolores quae consequatur odit corporis dicta!
</p>
</doc>
</h:body>
</h:html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment