-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Compatibility with OCaml 4.6.0. * The ppx should now be compatible with driver-based workflows. In particular, jbuilder. * Future breakage: * The two camlp4-based packages (tyxml.syntax and tyxml.parser) are now deprecated and will be removed in the next major version. * Introduction of the tyxml-ppx ocamlfind package. Usage of the tyxml.ppx package is discouraged, and it will be removed in the next major version. * Various fixes in the Html_sigs.T module (contribution by Fabian Pijcke): * Fixed the map element function signature. * The elements functions now (almost) all make use of the types defined in Html_types, rather than redefining them. * Html_sigs.T.fieldset now takes [< legend] elt wrap as optional argument rather than legend elt wrap. * Add basic support for `aria-*` attributes (contribution by Armaël Guéneau) (see https://www.w3.org/TR/wai-aria-1.1/#states_and_properties) * Add support for the `role` attribute (contribution by Armaël Guéneau) (see https://www.w3.org/TR/role-attribute/) * Add support for the `minlength` form attribute (contribution by Armaël Guéneau) (See https://www.w3.org/TR/html5/forms.html#attr-input-minlength)
- Loading branch information
Showing
30 changed files
with
11,124 additions
and
95 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<!DOCTYPE html> | ||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Your Cool Web Page</title><link rel="stylesheet" href="home.css"/></head><body><div id="image_box"></div><div id="content_box"><nav><ul class="links_bar" id="links_bar"><li id="home_click">My Musings</li><li id="about_click">About Me</li><li id="blog_posts_click">Blog</li><li id="hackathons_click">Hackathons</li></ul></nav><div id="payload"><div><h2>Hello Coder</h2></div></div><footer id="footer_box"><p>This site was made with <a href="http://ocaml.org">OCaml</a> and <a href="https://www.gnu.org/software/emacs/">emacs</a></p></footer></div><script src="main.js"></script></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<!DOCTYPE html> | ||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Your Cool Web Page</title><link rel="stylesheet" href="home.css"/></head><body><div id="image_box"></div><div id="content_box"><nav><ul class="links_bar" id="links_bar"><li id="home_click">My Musings</li><li id="about_click">About Me</li><li id="blog_posts_click">Blog</li><li id="hackathons_click">Hackathons</li></ul></nav><div id="payload"><div><h2>Hello Coder</h2></div></div><footer id="footer_box"> | ||
<p> | ||
This site was made with <a href="http://ocaml.org">OCaml</a> and <a href="https://www.gnu.org/software/emacs/">emacs</a> | ||
</p> | ||
</footer></div><script src="main.js"> </script></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<!DOCTYPE html> | ||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>A Fabulous Web Page</title></head><body><div class="content"><h1>A fabulous title</h1>This is a fabulous content.</div></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<!DOCTYPE html> | ||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>A Fabulous Web Page</title></head><body><div class="content"><h1>A fabulous title</h1>This is a fabulous content.</div></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# OASIS_START | ||
# DO NOT EDIT (digest: 9985bb6292efdb2ccd3212f66f8621c5) | ||
Tyxml_top | ||
# OASIS_STOP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# OASIS_START | ||
# DO NOT EDIT (digest: 9985bb6292efdb2ccd3212f66f8621c5) | ||
Tyxml_top | ||
# OASIS_STOP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# OASIS_START | ||
# DO NOT EDIT (digest: 0ad0ea7a03e5bb86e515b481bcbc79ed) | ||
Tyxml_xml | ||
Tyxml_svg | ||
Tyxml_html | ||
Tyxml | ||
# OASIS_STOP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# OASIS_START | ||
# DO NOT EDIT (digest: 0ad0ea7a03e5bb86e515b481bcbc79ed) | ||
Tyxml_xml | ||
Tyxml_svg | ||
Tyxml_html | ||
Tyxml | ||
# OASIS_STOP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# OASIS_START | ||
# DO NOT EDIT (digest: c50b31e7fcf48d4e470776748ce82005) | ||
Xml_iter | ||
Xml_wrap | ||
Xml_print | ||
Svg_f | ||
Html_f | ||
# OASIS_STOP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# OASIS_START | ||
# DO NOT EDIT (digest: c50b31e7fcf48d4e470776748ce82005) | ||
Xml_iter | ||
Xml_wrap | ||
Xml_print | ||
Svg_f | ||
Html_f | ||
# OASIS_STOP |
Oops, something went wrong.