459:    // "top": The positionData specifies the topmost point of the vlist (note this
461:    // "bottom": The positionData specifies the bottommost point of the vlist (note
463:    // "shift": The vlist will be positioned such that its baseline is positionData
470:    // The vlist is positioned so that its baseline is aligned with the baseline
479:// This helper function for makeVList makes it easier to enforce type safety by
545:export const makeVList = function(params: VListParam, options: Options): DomSpan {
597:    // The vlist contents go in a table-cell with `vertical-align:bottom`.
600:    const vlist = makeSpan(["vlist"], realChildren);
601:    vlist.style.height = makeEm(maxPos);
603:    // A second row is used if necessary to represent the vlist's depth.
194:    .vlist-t {
200:    .vlist-r {
204:    .vlist {
225:    .vlist-t2 {
229:    .vlist-s {
409:        > .vlist-t {
415:        > .vlist-t {
445:        .col-align-c > .vlist-t {
449:        .col-align-l > .vlist-t {
453:        .col-align-r > .vlist-t {
