diff options
author | Matt Dew <marcoz@osource.org> | 2012-01-16 15:38:49 -0700 |
---|---|---|
committer | Matt Dew <marcoz@osource.org> | 2012-01-16 15:38:49 -0700 |
commit | b0f7912512091ea58dfaf8dffb2a658a6afeb96d (patch) | |
tree | 2f0e85edf7bdb8a63cd86d038136e2301167b16e /specs/ch15.xml | |
parent | cb49f95af605bd5019e194eeb656d8789d57756a (diff) |
informaltable cleanup
On certain tables, add top and bottom borders to table
header and a bottom border to the table. This matches
what those tables in the old pdfs looked like.
the <?dbfo keep-together='always'> prevents tables from
splitting across pages. Useful for tiny tables.
Converting the colwidth to a floating point,
IE, 1* -> 1.0* cleans up these build errors:
WARNING: table-layout="fixed" and column-width unspecified
=> falling back to proportional-column-width(1)
Signed-off-by: Matt Dew <marcoz@osource.org>
Diffstat (limited to 'specs/ch15.xml')
-rw-r--r-- | specs/ch15.xml | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/specs/ch15.xml b/specs/ch15.xml index ec0ce72..d3e47d0 100644 --- a/specs/ch15.xml +++ b/specs/ch15.xml @@ -15,10 +15,11 @@ capability for input extension devices. XKB recognizes the following interactions with the X Input Extension: </para> -<informaltable frame='none'> -<tgroup cols='2'> -<colspec align="left" colsep="0"/> -<colspec align="left" colsep="0"/> +<informaltable frame='topbot'> +<?dbfo keep-together="always" ?> +<tgroup cols='2' align='left' colsep='0' rowsep='0'> +<colspec colname='c1' colwidth='1.0*'/> +<colspec colname='c2' colwidth='3.0*'/> <thead> <row rowsep='1'> <entry>Name</entry> @@ -26,27 +27,27 @@ XKB recognizes the following interactions with the X Input Extension: </row> </thead> <tbody> - <row rowsep='0'> + <row> <entry>XI_Keyboards</entry> <entry>If set, applications can use all XKB requests and events with extension keyboards.</entry> </row> - <row rowsep='0'> + <row> <entry>XI_ButtonActions</entry> <entry>If set, clients can assign key actions to buttons, even on input extension devices that are not keyboards.</entry> </row> - <row rowsep='0'> + <row> <entry>XI_IndicatorNames</entry> <entry>If set, clients can assign names to indicators on non-keyboard extension devices.</entry> </row> - <row rowsep='0'> + <row> <entry>XI_IndicatorMaps</entry> <entry>If set, clients can assign indicator maps to indicators on non-keyboard extension devices. </entry> </row> - <row rowsep='0'> + <row> <entry>XI_IndicatorState</entry> <entry>If set, clients can change the state of device indicators using the <emphasis> |