Skip to content

Commit

Permalink
the <slot> element has been added to HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Apr 20, 2016
1 parent 8936972 commit 7c471a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
@@ -1,5 +1,6 @@

6.59 2016-04-20
- Improved HTML Living Standard compliance of Mojo::DOM::HTML.
- Improved Mojo::Server::Prefork to log when the manager process has been
stopped.

Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/DOM/HTML.pm
Expand Up @@ -77,7 +77,7 @@ my @PHRASING = (
qw(a abbr area audio b bdi bdo br button canvas cite code data datalist),
qw(del dfn em embed i iframe img input ins kbd keygen label link map mark),
qw(math meta meter noscript object output picture progress q ruby s samp),
qw(script select small span strong sub sup svg template textarea time u),
qw(script select slot small span strong sub sup svg template textarea time u),
qw(var video wbr)
);
my @OBSOLETE = qw(acronym applet basefont big font strike tt);
Expand Down

0 comments on commit 7c471a4

Please sign in to comment.