We use necessary cookies to make our website work. We'd also like to use optional cookies to understand how you use it, and to help us improve it.

For more information, please read our cookie policy.

UK Civil Aviation Regulations

These are published by the CAA on our UK Regulations pages. EU Regulations and EASA Access Guides published by EASA no longer apply in the UK. Our website and publications are being reviewed to update all references. Any references to EU law and EASA Access guides should be disregarded and where applicable the equivalent UK versions referred to instead.

Table

Example

This table contains field descriptions and examples to demonstrate how to use this search facility
Fields Brief Description Example
Latest Approval Date This details the last date the equipment was approved, although the equipment may well have been modified several times before this date.  
Product Description This is a brief description of the equipment, which is associated with to the Master Type/Model No. For the IC-A20, this will state that it is a VHF Air Band Transceiver.
Restrictions and Limitations THIS IS AN IMPORTANT FIELD WHICH SHOULD ALWAYS BE NOTED. This field details any restriction placed on the approved equipment, which must be adhered to.

This field also contains cross references to other approval numbers for the equipment.
For the GNS 430, this field details some installation requirements and specific software versions that this equipment is ONLY approved for.

For the IC-A20, this field also refers to the ‘G’ approval number for this equipment in gliders.

Markup

                        
<div class="c-rich-text">
    <table>
        <caption>This table contains field descriptions and examples to demonstrate how to use this search facility</caption>
        <thead>
            <tr>
                <th scope="col">Fields</th>
                <th scope="col">Brief Description</th>
                <th scope="col">Example</th>
            </tr>
         </thead>
         <tbody>
            <tr>
                <td>Latest Approval Date</td>
                <td>This details the last date the equipment was approved, although the equipment may well have been modified several times before this date.</td>
                <td>&nbsp;</td>
            </tr>
            <tr>
                <td>Product Description</td>
                <td>This is a brief description of the equipment, which is associated with to the Master Type/Model No.</td>
                <td>For the IC-A20, this will state that it is a VHF Air Band Transceiver.</td>
            </tr>
            <tr>
                <td>Restrictions and Limitations</td>
                <td>THIS IS AN IMPORTANT FIELD WHICH SHOULD ALWAYS BE NOTED. This field details any restriction placed on the approved equipment, which must be adhered to. <br><br>This field also contains cross references to other approval numbers for the equipment.</td>
                <td>For the GNS 430, this field details some installation requirements and specific software versions that this equipment is ONLY approved for. <br><br>For the IC-A20, this field also refers to the ‘G’ approval number for this equipment in gliders.</td>
            </tr>
        </tbody>
    </table>
</div>
                            
                        

Guidance

  • Include a caption for each table – it describes the content, and in doing so, helps users to find the table in the page and understand what it contains.
  • Ensure the first row of cells are marked up as a header row i.e. a set of <th/> cells nested within <thead><tr>...</tr></thead> elements.
  • Ensure each <th/> cell is scoped to the column it heads by using the scope="col" attribute.