- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 24,596
- راهحلها
- 27
- پسندها
- 3,278
- امتیازها
- 113
- سن
- 28
- محل سکونت
- England
- وب سایت
- xenforo.xyz
Within the
HTML:
becomes:
HTML:
developer.mozilla.org
XenForo is already using most of the semantic elements available in HTML5 (<article>, <aside>, <footer>, <header>, <nav>, <section>, <time>, etc.). Google Speedtest Insights is crabbing about missing <main> these days...
PAGE_CONTAINER template, it probably makes sense to use the <main> element instead of a <div>:HTML:
<div class="p-body-content">becomes:
HTML:
<main class="p-body-content">The <main> HTML element represents the dominant content of the <body> of a document. The main content area consists of content that is directly related to or expands upon the central topic of a document, or the central functionality of an application.
XenForo is already using most of the semantic elements available in HTML5 (<article>, <aside>, <footer>, <header>, <nav>, <section>, <time>, etc.). Google Speedtest Insights is crabbing about missing <main> these days...
نام موضوع : Use <main> element
