diff options
Diffstat (limited to '080_blog/00100_Webkit-Keyboardless-Navigation/index.md')
| -rw-r--r-- | 080_blog/00100_Webkit-Keyboardless-Navigation/index.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/080_blog/00100_Webkit-Keyboardless-Navigation/index.md b/080_blog/00100_Webkit-Keyboardless-Navigation/index.md index 5299563..224c9bb 100644 --- a/080_blog/00100_Webkit-Keyboardless-Navigation/index.md +++ b/080_blog/00100_Webkit-Keyboardless-Navigation/index.md @@ -1,8 +1,7 @@ + April 2018 Miguel's Surfing Quick Links ============================ - April 12, 2018 - Since I do not want to depend on JavaScript all of the time, I tried to integrate simple keyboard-only navigation directly into the webkit2gtk+, as a web extension. @@ -18,7 +17,7 @@ The DOM is manipulated on the fly by the browser without any JavaScript involved A little video demonstrating what was achieved so far (inside the glorious, webkit2gtk+ based, suckless surf browser): -<video style="width:60%;min-width:100pt;" controls> +<video controls> <source src="v1.mp4" type="video/mp4"> <source src="v1.ogv" type="video/ogg"> Your browser does not support the video tag. |
