aboutsummaryrefslogtreecommitdiff
path: root/devdoc/dw-fixed-positions.doc
diff options
context:
space:
mode:
authorGevel Tekens <geveltekens@gmail.com>2025-02-04 23:13:27 +0100
committerRodrigo Arias Mallo <rodarima@gmail.com>2025-02-05 21:50:39 +0100
commit6cd133d2f242d36bd48ddea44acd868f70782d0b (patch)
treed6846c0e13706fb1dbb94885cb2980a639d22735 /devdoc/dw-fixed-positions.doc
parent0c7e087fbd0278da9a39bd16ab9385073f1f495c (diff)
Fix several typos
See: https://lists.mailman3.com/hyperkitty/list/dillo-dev@mailman3.com/thread/L3FFAINJJMIOZQNID5HC2DHKJIIIHEYH/
Diffstat (limited to 'devdoc/dw-fixed-positions.doc')
-rw-r--r--devdoc/dw-fixed-positions.doc4
1 files changed, 2 insertions, 2 deletions
diff --git a/devdoc/dw-fixed-positions.doc b/devdoc/dw-fixed-positions.doc
index d62565ff..f7fcdef7 100644
--- a/devdoc/dw-fixed-positions.doc
+++ b/devdoc/dw-fixed-positions.doc
@@ -19,7 +19,7 @@ As defined by CSS
Idea for tables
---------------
-Often, tables have a header, which contains informations necessary to
+Often, tables have a header, which contains information necessary to
interpret the columns in the table body. For this, HTML defines the elements
&lt;thead&gt; and &lt;tbody&gt;
<sup><a href="#note-table-footer" id="ref-table-footer">[1]</a></sup>.
@@ -28,7 +28,7 @@ For large tables, the problem occurs that the table header gets out of
the reader's view. In paged media, where a large table covers multiple
pages, this is often solved by *repeating* the table header on each
page occupied by the table. When using a viewport, a table larger than
-the vieport could be displayed like this:
+the viewport could be displayed like this:
1. If the top of the table is within the viewport, show the table
header at the usual position.