diff --git a/techniques/html/H4.html b/techniques/html/H4.html index 34fb55a12c..2bdc9c1ba3 100644 --- a/techniques/html/H4.html +++ b/techniques/html/H4.html @@ -6,7 +6,7 @@
HTML and XHTML
The objective of this technique is to provide a logical tab order when the default tab - order does not suffice. Often, placing the + order does not suffice. Often, placing the interactive elements in an order that follows sequences and relationships within the content is sufficient and this technique is not necessary. It can be very easy to introduce usability bugs when setting the tab order explicitly.
diff --git a/techniques/html/H70.html b/techniques/html/H70.html index ad74d606a4..82767d4bc6 100644 --- a/techniques/html/H70.html +++ b/techniques/html/H70.html @@ -21,7 +21,7 @@This technique is appropriate when framesets are already used to organize the content of the page; other techniques are preferred for pages that are not already using framesets, because many people using assistive technology have trouble with frames . An - advisory technique about using noframes is available in Success Criterion 1.1.1.
+ advisory technique about using noframes is available in Success Criterion 1.1.1.In HTML5 the frame
element is marked as obsolete.
summary
would “break" this
transparency by calling attention to the table. A null summary
- (summary
="") on layout tables is acceptable. See F46 for details.
+ (summary
="") on layout tables is acceptable. See F46 for details.
doctype
.
For other resources, see Validating web
+ For other resources, see Validating web
pages.