for example, if I wished to center the contents of a TD
if it contained, or had firstChild of, INPUT[type='checkbox']
<style> td ?? { text-align: center; } </style>
do not see how it can be done. believe impossible. have been wrong before.
if align
were still legal, one might have
td > input[type='checkbox'] { align: center; }
but don't think that's possible