diff options
author | Erik Faye-Lund <[email protected]> | 2019-06-03 18:30:23 +0200 |
---|---|---|
committer | Erik Faye-Lund <[email protected]> | 2019-06-05 23:48:45 +0200 |
commit | 8620f53212df1a96f5ae1d180dacb28418bf6cc8 (patch) | |
tree | c09844b604cccb8eb72088ec532a550403f6490a /docs/thanks.html | |
parent | d5e273aad24ae28b53422599d17177714aabf3e7 (diff) |
docs: do not use br-tag for non-significant breaks
According to the W3C, we shouldn't use the br-tag unless the line-break
is part of the content:
https://www.w3.org/TR/2011/WD-html5-author-20110809/the-br-element.html
All of these instances are for non-content usage, and is as such technically
out-of-spec. So let's either remove them, or split paragraphs, based on
how related the content are.
Signed-off-by: Erik Faye-Lund <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'docs/thanks.html')
-rw-r--r-- | docs/thanks.html | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/docs/thanks.html b/docs/thanks.html index 19bb83ee604..310e3afff6f 100644 --- a/docs/thanks.html +++ b/docs/thanks.html @@ -23,29 +23,24 @@ This list is far from complete and somewhat dated, unfortunately. <ul> + <li>Early Mesa development was done while Brian was part of the <a href="https://www.ssec.wisc.edu/~billh/vis.html"> SSEC Visualization Project</a> at the University of Wisconsin. He'd like to thank Bill Hibbard for letting him work on Mesa as part of that project. -<br> -<br> + <li>John Carmack of id Software, Inc. funded Keith Whitwell in 1999 in order to optimize Mesa's vertex transformation module. This is a very substantial piece of work. -<br> -<br> + <li>Precision Insight, Inc., VA Linux Systems, Inc., and most recently, Tungsten Graphics, Inc. have supported the ongoing development of Mesa. -<br> -<br> + <li>The <a href="https://www.mesa3d.org">Mesa</a> website and git repository are hosted by <a href="https://freedesktop.org/">freedesktop.org</a>. -<br> -<br> - <li><a href="http://www.altsoftware.com/">alt.software</a> contributed the Direct3D driver. |