Benjamin Staneck
98b11c1ad9
Set tabindex
to 0
for skip to content link ( #1393 )
...
see https://web.dev/control-focus-with-tabindex/
2019-12-21 17:45:00 +01:00
Benjamin Staneck
72891b8bcb
Improved Lighthouse score ( #1391 )
...
* a few accessibility fixes from lighthouse report
* add rel="noopener" to external links
* add title attribute to social links
* add mimetype to manifest link and allow it to work behind auth
* add font-display: swap to all the places where external fonts are used
* remove font-display: swap from icon fonts
* removed font-display from style blocks in base
* add target="_blank" to social links
* switch base fonts grabbed from Google back to display:fallback
As per recommendation from https://developers.google.com/web/updates/2016/02/font-display#fallback
* add target="_blank" to the footer links as well
2019-12-18 20:42:40 +01:00
squidfunk
afe1d65b15
Updated built files and fixed revision date integration
2019-12-11 17:47:48 +01:00
Tim Vink
f08f2fbf65
Added support for mkdocs-git-revision-date-localized-plugin ( #1373 )
...
* #1350 update base template to include git revision date
* #1350 add localized revision date
* #1350 support for v0.3 of mkdocs-git-revision-date-localized-plugin
* #1350 add translations for source.revision.date
2019-12-11 10:46:03 +01:00
squidfunk
9b85c980ac
Update badge in README
2019-12-06 15:58:27 +01:00
XhmikosR
54bd366a71
Fixe invalid character in Google Fonts URL ( #1366 )
...
Escape `|` in the Google Fonts URL.
2019-12-04 20:23:14 +01:00
squidfunk
51cf93518b
Added Thai translations
2019-12-02 15:50:04 +01:00
Isaac Muse
401dfd9e20
Switched to Twemoji due to license issues ( #1338 )
2019-11-16 20:47:02 +01:00
Bastian Diehl
6b869f1d74
Fixed exception on GitHub rate limit error ( #1303 )
...
this is caused by too many request to github
2019-10-11 17:13:31 +02:00
Samuel Colvin
6ac6fa4a9e
Reduced number of GitHub requests ( #1298 )
2019-10-09 15:34:20 +02:00
Kristjan Tärk
0826b9243b
Added Estonian translations ( #1286 )
2019-10-03 11:14:32 +02:00
Christian Oliff
44196408a3
Removed unnecessary title tags from table of contents ( #1240 )
2019-09-05 07:05:16 +02:00
squidfunk
d9a51e2c03
Merge branch 'master' of github.com:squidfunk/mkdocs-material
2019-08-27 17:42:02 +02:00
squidfunk
af81591cce
Prepare 4.4.2 release
2019-08-27 17:41:51 +02:00
Christian Oliff
4f41b9aa52
Removed unneeded title attributes from text links in nav and sidebar ( #1224 )
2019-08-23 17:32:44 +02:00
Timothy Pharo
422406bed3
Fixed issue where HTML tags were shown in page title ( #1220 )
...
* Strip tags from page tile when displaying in header <title> tag
* Build resources for stripping html tags from header <title>
2019-08-23 11:02:28 +02:00
Christian Oliff
ec9a9a62b0
Improved accessibility for IE users ( #1222 )
...
> The <main> element is widely supported. For Internet Explorer 11 and lower, it's suggested that an ARIA role of "main" be added to the <main> element to ensure it is accessible (screen readers like JAWS, used in combination with older versions of Internet Explorer, understand the semantic meaning of the <main> element when this role attribute is included).
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/main#Browser_compatibility
2019-08-23 10:59:23 +02:00
squidfunk
6b7535b8cc
Added black as a primary color
2019-08-22 16:11:51 +02:00
Timothy Pharo
a47f1efe6d
Fixed issue where HTML elements in H1's cause footer layout to be broken ( #1217 )
...
* Add striptags to next/previous links to eascape invalid html tags
* Add generated built files for escaped titles in footer
2019-08-22 15:52:49 +02:00
squidfunk
9d1390f318
Fixed disappearance of tabs for smaller font sizes
2019-06-15 15:54:50 +02:00
squidfunk
e24f2a3d7e
Removed remaining whitespace control tags
2019-06-15 15:23:03 +02:00
squidfunk
91f2289587
Reverted template minification, added minification by plugin
2019-06-15 15:16:14 +02:00
squidfunk
fb981cf92a
Fixed search for Slovak and Slovenian
2019-06-15 14:30:34 +02:00
squidfunk
f6e08ef4a3
Added Slovenian translations
2019-06-15 14:26:34 +02:00
Christian Oliff
6182414ae5
Improved Google Font display experience ( #1134 )
...
This fixes : #1133
This change prevents the font changing if the Google font loads within 100ms.
2019-06-14 09:26:51 +02:00
zaxayn
2a8fd8c414
Improved Chinese translations
...
I am Chinese, which is more in line with Chinese habits. If you have Chinese friends, you can check with him:)
2019-05-29 08:08:17 +02:00
Janus
6b90dea369
Fixed spelling error in danish translation
...
It should be indtast not indtask.
2019-05-23 09:15:25 +02:00
squidfunk
631846394e
Prepare 4.3.0 release
2019-05-17 21:52:14 +02:00
squidfunk
76eebf53c2
Added support for changing header through metadata 'title' property
2019-05-17 21:42:02 +02:00
squidfunk
b36a725d30
Removed all whitespace from compiled files - saving 700 bytes per page (gzip)
2019-05-17 21:37:21 +02:00
squidfunk
157c929faa
Fixed alignment of repository link on tablet and desktop
2019-05-17 21:35:11 +02:00
squidfunk
94d6f2c68b
Added font-display: swap to Google Font loading
2019-05-17 18:57:11 +02:00
squidfunk
b245e9f769
Fixed search hotkey stealing focus from non-form textarea
2019-04-28 11:49:40 +02:00
squidfunk
611dc9718f
Added Norwegian Nynorsk translations
2019-04-28 11:37:56 +02:00
squidfunk
8049185aa8
Fixed search hotkeys to trigger for smaller screen sizes
2019-04-28 10:34:27 +02:00
squidfunk
bcc8552876
Fixed linter errors
2019-04-28 10:23:46 +02:00
squidfunk
50ea834759
Fixed search field alignment in tablet landscape mode
2019-04-28 10:20:55 +02:00
squidfunk
185147684c
Inlined regex escaping from dependency
2019-04-17 10:40:41 +02:00
squidfunk
13a4c9172d
Removed unnecessary Babel plugin
2019-04-17 10:19:55 +02:00
Lars
bd8eaf4a09
Removed HTML tags from nav item titles ( #1073 )
2019-04-16 11:29:16 +02:00
squidfunk
6e43b874f6
Fixed CSS errors detected during validation
2019-03-28 17:16:26 +01:00
squidfunk
1aa8aeb252
Fixed content editable elements losing focus on control keys
2019-03-12 16:51:22 +01:00
squidfunk
9a16b9c6ea
Fixed Asian search after lunr-languages upgrade
2019-03-12 16:33:58 +01:00
squidfunk
8a01e0cc8c
Fixed HTML entities appearing in search result titles
2019-03-01 13:17:13 +01:00
squidfunk
4ca20f1b8b
Fixed glitch in sidebar when collapsing items
2019-02-13 18:04:13 +01:00
squidfunk
71fc5d1d37
Added support for automatic expansion of details when printing
2019-02-13 17:22:27 +01:00
squidfunk
2b2d908d6e
Added background on hover for table rows
2019-02-13 16:14:20 +01:00
squidfunk
74c473e2d7
Added Greek translations
2019-02-13 15:59:56 +01:00
squidfunk
9a4b142e10
Removed FastClick
2019-02-13 15:49:10 +01:00
squidfunk
163438a425
Fixed stylelint errors
2019-02-12 19:41:13 +01:00