﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11017	Table border value should only allow integers	Lynne Kues		"Create a table.
Specify table properties.
Enter a border value.  Floats are allowed, but XHTML indicates table border must be integer value.  This causes our XHTML validation to fail.

   <xsd:simpleType name=""Pixels"">
    <xsd:annotation>
      <xsd:documentation>
      integer representing length in pixels
      </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base=""xsd:nonNegativeInteger""/>
  </xsd:simpleType>
  ...
  
  <xsd:element name=""table"">
		.....
      <xsd:attribute name=""border"" type=""Pixels""/>
		....
  </xsd:element>"	Bug	confirmed	Normal		Core : Tables	3.6.6		IBM	
