diff --git a/techniques/css/C18.html b/techniques/css/C18.html index 4fd17d0875..6cb35c732f 100644 --- a/techniques/css/C18.html +++ b/techniques/css/C18.html @@ -53,10 +53,10 @@
margin-top
', 'margin-right
', 'margin-bottom
', 'margin-left
', and 'margin
' in the CSS2 specification
+ Margin properties: 'margin-top
', 'margin-right
', 'margin-bottom
', 'margin-left
', and 'margin
' in the CSS Box Model Module Level 3 specification
padding-top
', 'padding-right
', 'padding-bottom
', 'padding-left
', and 'padding
' in the CSS2 specification
+ Padding properties: 'padding-top
', 'padding-right
', 'padding-bottom
', 'padding-left
', and 'padding
' in the CSS Box Model Module Level 3 specification
This describes the failure condition that results when CSS, rather than structural markup, is used to modify the visual layout of the content, and the modified layout changes the meaning of the content. Using the - positioning properties of CSS2, content may be displayed at any position on + positioning properties of CSS, content may be displayed at any position on the user's viewport. The order in which items appear on a screen may be different than the order they are found in the source document. Assistive technologies rely on the source code or other programmatically determined diff --git a/techniques/failures/F24.html b/techniques/failures/F24.html index 053c81373b..a99be50a3a 100644 --- a/techniques/failures/F24.html +++ b/techniques/failures/F24.html @@ -100,8 +100,8 @@