Home
last modified time | relevance | path

Searched refs:tbody (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/mandoc/
H A Dmandoc.css23 /* Some browsers set border-color in a browser style for tbody,
25 tbody { border-color: inherit; } selector
152 .Bl-column > tbody > tr { }
153 .Bl-column > tbody > tr > td {
155 .Bl-compact > tbody > tr > td {
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentHTMLTags.td48 def Tbody : Tag<"tbody"> { let EndTagOptional = 1; }
/freebsd/contrib/libxo/doc/_static/
H A Dbasic.css_t160 table.indextable > tbody > tr > td > ul {
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.js1394 tbody: !div.getElementsByTagName( "tbody" ).length,
5737 wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead;
6363 if ( !jQuery.support.tbody ) {
6367 tbody = tag === "table" && !hasBody ? variable
6375 for ( j = tbody.length - 1; j >= 0 ; --j ) {
6376 if ( jQuery.nodeName( tbody[ j ], "tbody" ) && !tbody[ j ].childNodes.length ) {
6377 tbody[ j ].parentNode.removeChild( tbody[ j ] );