HTML Standards-Based Database
© 2012, Martin Rinehart
Attributes, HTML 5
For readability, SQL-like joins have been done to show version and tag names (in lieu of foreign key ID numbers) for these tables.
Source tables versions
,
tags5
, and attrs5
are the preceding raw data tables. This table is defined as follows:
attrs5. join( tags5, 'Tag ID' ). join( versions, 'Version ID' ). select( 'ID', 'HTML Versions.Version Name', 'HTML 5 Tags.Tag', 'Attribute' )
Feedback: MartinRinehart at gmail dot com
# # #