X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/9fbcf3aca2a19a98619def5baefd89f51ec207f0..e46d64dcc13213e4f2fb66f1991211c2faea96d0:/html.h diff --git a/html.h b/html.h index 03bcb8e1..9bfc6486 100644 --- a/html.h +++ b/html.h @@ -1,6 +1,6 @@ -/* $Id: html.h,v 1.63 2014/09/28 11:33:15 kristaps Exp $ */ +/* $Id: html.h,v 1.66 2014/10/10 15:26:29 schwarze Exp $ */ /* - * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons + * Copyright (c) 2008-2011, 2014 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -63,6 +63,9 @@ enum htmltag { TAG_MTABLE, TAG_MTR, TAG_MTD, + TAG_MUNDEROVER, + TAG_MUNDER, + TAG_MOVER, TAG_MAX }; @@ -79,6 +82,7 @@ enum htmlattr { ATTR_CHARSET, ATTR_OPEN, ATTR_CLOSE, + ATTR_MATHVARIANT, ATTR_MAX };