Skip to content

Commit

Permalink
Revert "fix(html) add doctype and fix HTML errors"
Browse files Browse the repository at this point in the history
This reverts commit 432d07c.
  • Loading branch information
robertpin authored and saghul committed Jul 26, 2022
1 parent c5115f9 commit ca3bd91
Show file tree
Hide file tree
Showing 21 changed files with 37 additions and 52 deletions.
2 changes: 1 addition & 1 deletion base.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<base href="/">
<base href="/" />
1 change: 0 additions & 1 deletion css/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ body {
}

.jitsi-icon {
line-height: 0;
&-default svg {
fill: white;
}
Expand Down
4 changes: 0 additions & 4 deletions css/_videolayout_default.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@
overflow: hidden;
}

.jBzxHz, #react {
height: 100%;
}

#largeVideoBackgroundContainer,
.large-video-background {
height: 100%;
Expand Down
5 changes: 2 additions & 3 deletions doc/examples/api.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!doctype html>
<html itemscope itemtype="http://schema.org/Product" prefix="og: http://ogp.me/ns#">
<html itemscope itemtype="http://schema.org/Product" prefix="og: http://ogp.me/ns#" xmlns="http://www.w3.org/1999/html">
<head>
<meta charset="utf-8">
<title>Jitsi API</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
</head>
<body>
<script src="https://meet.jit.si/external_api.js"></script>
Expand Down
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!doctype html>
<html itemscope itemtype="http://schema.org/Product" prefix="og: http://ogp.me/ns#">
<html itemscope itemtype="http://schema.org/Product" prefix="og: http://ogp.me/ns#" xmlns="http://www.w3.org/1999/html">
<head>
<!--#include virtual="head.html" -->
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<meta name="theme-color" content="#2A3A4B">
<!--#include virtual="base.html" -->
Expand Down Expand Up @@ -125,12 +125,12 @@
+ "font-weight: 400;"
+ "transform: translate(-50%, -50%)'>"
+ "Uh oh! We couldn't fully download everything we needed :("
+ "<br> "
+ "<br/> "
+ "We will try again shortly. In the mean time, check for problems with your Internet connection!"
+ "<br><br> "
+ "<br/><br/> "
+ "<div id='moreInfo' style='"
+ "display: none;'>" + "Missing " + fileRef
+ "<br><br></div>"
+ "<br/><br/></div>"
+ "<a id='showMore' style='"
+ "text-decoration: underline;"
+ "font-size:small;"
Expand Down Expand Up @@ -195,8 +195,8 @@
<!--#include virtual="static/settingsToolbarAdditionalContent.html" -->
</head>
<body>
<noscript>
<div>JavaScript is disabled.<br>For this site to work you have to enable JavaScript.</div>
<noscript aria-hidden="true">
<div>JavaScript is disabled. </br>For this site to work you have to enable JavaScript.</div>
</noscript>
<!--#include virtual="body.html" -->
<div id="react" role="main"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ const useStyles = makeStyles(theme => {
padding: '10px 16px',
width: '100%',
height: 40,
boxSizing: 'border-box',
'&::placeholder': {
color: theme.palette.text03,
...theme.typography.bodyShortRegular,
Expand Down
3 changes: 1 addition & 2 deletions resources/nwjs-integration/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<!doctype html>
<html>
<head>
<title>Jitsi NW GUI</title>

<style>
body {
margin: 0;
Expand Down
3 changes: 1 addition & 2 deletions static/404.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!doctype html>
<html>
<head>
<!--#include virtual="/base.html" -->
<link rel="stylesheet" href="css/all.css">
<link rel="stylesheet" href="css/all.css"/>
<!--#include virtual="/title.html" -->
</head>
<body>
Expand Down
3 changes: 1 addition & 2 deletions static/authError.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!doctype html>
<html>
<head>
<!--#include virtual="/base.html" -->
<link rel="stylesheet" href="css/all.css">
<link rel="stylesheet" href="css/all.css"/>
<!--#include virtual="/title.html" -->
</head>
<body>
Expand Down
3 changes: 1 addition & 2 deletions static/close.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!doctype html>
<html>
<head>
<!--#include virtual="/base.html" -->
<link rel="stylesheet" href="css/all.css">
<link rel="stylesheet" href="css/all.css"/>
<!--#include virtual="/title.html" -->
<script><!--#include virtual="/interface_config.js" --></script>
<script src="static/close.js"></script>
Expand Down
3 changes: 1 addition & 2 deletions static/close2.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!doctype html>
<html>
<head>
<!--#include virtual="/base.html" -->
<link rel="stylesheet" href="css/all.css">
<link rel="stylesheet" href="css/all.css"/>
<!--#include virtual="/title.html" -->
<script><!--#include virtual="/interface_config.js" --></script>
<script src="static/close.js"></script>
Expand Down
1 change: 0 additions & 1 deletion static/dialInInfo.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
Expand Down
2 changes: 1 addition & 1 deletion static/msredirect.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!doctype html>
<!DOCTYPE html>
<html>
<body>
<script>
Expand Down
5 changes: 2 additions & 3 deletions static/oauth.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!doctype html>
<html itemscope itemtype="http://schema.org/Product" prefix="og: http://ogp.me/ns#">
<html itemscope itemtype="http://schema.org/Product" prefix="og: http://ogp.me/ns#" xmlns="http://www.w3.org/1999/html">
<head>
<meta charset="utf-8">
<title>Jitsi login</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--#include virtual="/base.html" -->
<!--#include virtual="/title.html" -->
Expand Down
2 changes: 1 addition & 1 deletion static/offline.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!doctype html>
<html>

<head>
<head>
<!--#include virtual="/head.html" -->
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--#include virtual="/base.html" -->

Expand Down
4 changes: 2 additions & 2 deletions static/prejoin.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<html>
<html xmlns="http://www.w3.org/1999/html">
<head>
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--#include virtual="/base.html" -->
<link rel="stylesheet" href="css/all.css">
Expand Down
11 changes: 5 additions & 6 deletions static/recommendedBrowsers.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!doctype html>
<html>
<head>
<!--#include virtual="/base.html" -->
<link rel="stylesheet" href="css/all.css">
<link rel="stylesheet" href="css/all.css"/>
<!--#include virtual="/title.html" -->
</head>
<body>
Expand All @@ -13,11 +12,11 @@ <h2 class = 'unsupported-desktop-browser__title'>
<p class ='unsupported-desktop-browser__description'>
We recommend to try with the latest version of&nbsp;
<a
class='unsupported-desktop-browser__link'
href='https://www.google.com/chrome/' >Chrome</a>&nbsp;or&nbsp;
className = 'unsupported-desktop-browser__link'
href = 'https://www.google.com/chrome/' >Chrome</a>&nbsp;or&nbsp;
<a
class='unsupported-desktop-browser__link'
href='https://www.chromium.org/'>Chromium</a>
class = 'unsupported-desktop-browser__link'
href = 'https://www.chromium.org/'>Chromium</a>
</p>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion static/settingsToolbarAdditionalContent.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<template id="settings-toolbar-additional-content-template"></template>
<template id="settings-toolbar-additional-content-template"></template>
2 changes: 1 addition & 1 deletion static/welcomePageAdditionalCard.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<template id="welcome-page-additional-card-template"></template>
<template id = "welcome-page-additional-card-template"></template>
2 changes: 1 addition & 1 deletion static/welcomePageAdditionalContent.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<template id="welcome-page-additional-content-template"></template>
<template id = "welcome-page-additional-content-template"></template>
16 changes: 8 additions & 8 deletions title.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<title>Jitsi Meet</title>
<meta property="og:title" content="Jitsi Meet">
<meta property="og:image" content="images/jitsilogo.png?v=1">
<meta property="og:description" content="Join a WebRTC video conference powered by the Jitsi Videobridge">
<meta name="description" content="Join a WebRTC video conference powered by the Jitsi Videobridge">
<meta itemprop="name" content="Jitsi Meet">
<meta itemprop="description" content="Join a WebRTC video conference powered by the Jitsi Videobridge">
<meta itemprop="image" content="images/jitsilogo.png?v=1">
<link rel="icon" type="image/png" href="images/favicon.ico?v=1">
<meta property="og:title" content="Jitsi Meet"/>
<meta property="og:image" content="images/jitsilogo.png?v=1"/>
<meta property="og:description" content="Join a WebRTC video conference powered by the Jitsi Videobridge"/>
<meta description="Join a WebRTC video conference powered by the Jitsi Videobridge"/>
<meta itemprop="name" content="Jitsi Meet"/>
<meta itemprop="description" content="Join a WebRTC video conference powered by the Jitsi Videobridge"/>
<meta itemprop="image" content="images/jitsilogo.png?v=1"/>
<link rel="icon" type="image/png" href="images/favicon.ico?v=1"/>

0 comments on commit ca3bd91

Please sign in to comment.