Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Understanding 3.3.7の翻訳 #190

Merged
merged 23 commits into from
May 23, 2024
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
74c239d
Understanding 3.3.7の翻訳
momdo Feb 23, 2024
5fe35db
base.cssの置換
momdo Feb 24, 2024
9e8c34d
定例ミーティングに基づく修正
momdo Mar 29, 2024
96bbd0b
Update understanding/redundant-entry.html
momdo Apr 5, 2024
b64c24c
Update understanding/redundant-entry.html
momdo Apr 5, 2024
77c82bf
Update understanding/redundant-entry.html
momdo Apr 5, 2024
fda7762
Update understanding/redundant-entry.html
momdo Apr 5, 2024
5a48e03
Update understanding/redundant-entry.html
caztcha Apr 5, 2024
36806c4
見出しの更新
momdo Apr 25, 2024
a821dcb
Update understanding/redundant-entry.html
momdo May 2, 2024
f90c48e
Update understanding/redundant-entry.html
momdo May 3, 2024
40fc916
Update understanding/redundant-entry.html
momdo May 4, 2024
8b61b27
Update understanding/redundant-entry.html
momdo May 4, 2024
5ef6fc7
Update understanding/redundant-entry.html
momdo May 4, 2024
e7326aa
Update understanding/redundant-entry.html
momdo May 4, 2024
09ef546
Update understanding/redundant-entry.html
momdo May 4, 2024
4303d0f
Update understanding/redundant-entry.html
momdo May 4, 2024
797038d
Update understanding/redundant-entry.html
momdo May 4, 2024
71d62f1
Update understanding/redundant-entry.html
momdo May 4, 2024
a420a2d
Update understanding/redundant-entry.html
momdo May 23, 2024
201ede3
Update understanding/redundant-entry.html
momdo May 23, 2024
4733906
Update understanding/redundant-entry.html
momdo May 23, 2024
741f765
Update understanding/redundant-entry.html
momdo May 23, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
387 changes: 375 additions & 12 deletions understanding/base.css
Original file line number Diff line number Diff line change
@@ -1,17 +1,380 @@
.wcag21, .wcag22 {
background-color: #E9FBE9;
border-left: solid .5em #52E052;
main {
display: block;
}
span.wcag21, span.wcag22 {
margin-left: .25em;
padding-left: .25em;

.nav-container {
background-image: linear-gradient(#d0e1f1 0, #d0e1f1 50px, #fff 50px);
}
div.wcag21, div.wcag22 {
margin: 1em auto;
padding: .5em;
page-break-inside: avoid;

.nav__item a {
display: inline-block;
}
.new-version {
font-size: smaller;

.nav__item a svg {
vertical-align: middle;
height: 1em;
}

.nav__item a + button {
margin-left: -0.75em;
margin-right: 1em;
;
}

.minimal-header {
-ms-grid-column: 2;
-ms-grid-column-span: 8;
-ms-grid-row: 1;
grid-column: 2/10;
}

.minimal-header-name a {
text-decoration: none;
}
.minimal-header-name a:hover, .minimal-header-name a:focus {
text-decoration: underline;
}

.main-content {
-ms-grid-column: 2;
-ms-grid-column-span: 6;
grid-column: 2/span 6;
-ms-grid-row: 2;
-ms-grid-row-span: 2;
grid-row-start: 2;
}

.sidebar ul {
padding: 0;
}

.sidebar dd {
margin-left: 0 !important;
}

h1 {
padding-top: 33px;
}

h1 span {
display: block;
font-size: .5em;
margin-bottom: 0.25em;
}

h2 {
position: relative;
}

h2 .permalink {
position: absolute;
left: -1em;
}

h2 .permalink a {
color: var(--grey);
text-decoration: none;
}

h2 .fragmentlink {
margin-left: -1em;
position: relative;
float: left;
}

h2 .fragmentlink svg {
visibility: hidden;
}

h2:hover .fragmentlink svg {
visibility: visible;
}


dt div {
font-weight: normal;
}

.toc-wcag-docs {
padding-left: 1em;
}

.main-content > .toc-understanding-guideline > li > a {
font-weight: bold;
margin-top: 2em;
margin-bottom: -.5em;
display: block;
text-decoration: none;
}

.scquote {
margin: 0;
border: 1px solid var(--line-grey);
padding: 1em;
font-style: normal;
}
.scquote > :first-child {
margin-top: 0;
padding-top: 0;
}

.minimal-header-container {
background-color: #005a9c;
background-color: var(--w3c-classic);
color: #fff;
color: var(--pure-white);
}
.minimal-header-logo > a {
display: flex;
}
.minimal-header-name > a {
color: inherit;
}

.note {
padding: 0em 1em;
margin-bottom: 1em;
}
.note-title {
font-weight: bold;
margin: 0;
}

.note p {
margin-top: 0;
}

/* import inline styles from https://www.w3.org/WAI/drafts/WCAG-understanding-redesign-hack.html */
.nav a:link {
text-decoration: none;
}
#site-header.minimal-header.with-subtitle {
padding: 1.75em 0 0 0;
}

.minimal-header-logo img {
margin: 1px 0 1px 0;
}

#site-header.minimal-header {
margin: 1.2em 0;
align-items: stretch;
}

#site-header.minimal-header .minimal-header-name,
#site-header.minimal-header .minimal-header-subtitle,
#site-header.minimal-header .minimal-header-link
{
display: flex;
flex-direction: column;
justify-content: center;
}

.minimal-header-name {
flex: width 0 0;
}

.minimal-header-subtitle,
.minimal-header-link {
border-left: 1px solid var(--gold);
padding-left: 8px;
margin-left: 18px;
display: block;
font-size: 80%;
flex: 1 0 0;
}

.minimal-header-subtitle {
font-style: italic;
}

.minimal-header-link {
text-decoration: underline !important;
font-weight: normal;
margin-right: 16px;
}

.nav-container {
margin-bottom: 0;
}

.nav {
background: none;
}

.nav-related-info { /* blue bar with the "About:" links */
background: #005a9c;
color: #fff;
}

.nav-related-info a {
color: #fff !important;
}

.nav-page-specific { /* light blue bar with page/section specific navigation/pager */
margin-bottom: 1.25em;
}

.nav a:link, .nav a:visited {
color: #036;
color: var(--w3c-blue);
}

.nav a:hover, .nav a:active {
color: var(--dk-blue);
}

.nav-hack.sidebar a:hover,
.nav-hack.sidebar a:active
{
color: var(--dk-blue);
text-decoration: underline;
}

.standalone-resource-about, .standalone-resource-pager {
margin: 0;
}

nav.standalone-resource-about {
padding: .5em 0 1.5em 0;
font-style: italic;
}

.standalone-resource-about dl, .standalone-resource-about dt, .standalone-resource-about dd {
display: inline;
margin: 0;
padding: 0;
}

.standalone-resource-about dt{
font-weight: normal;
}

.standalone-resource-about dl a {
margin: 0;
padding: 0 1em 0 1em;
}

.standalone-resource-about dd {
border-right: 1px var(--gold) solid;
}

.standalone-resource-about dd:last-of-type {
border-right: 0;
}

.standalone-resource-about dd svg {
margin-left: 0.25rem;
vertical-align: middle;
}

.nav .standalone-resource-pager ul {
align-items: center;
}

.nav .standalone-resource-pager a,
.nav .standalone-resource-pager span {
margin-left: 0;
margin-right: 1.5em;
}

.pager-icon {
vertical-align: middle;
padding: 0 0.15em 0.15em 0.15em;
width: 1.65em;
height: 2em;
fill: #005A6A; /* when these are used as actual SVGs */
}

.category-icon {
vertical-align: middle;
padding: 0 0.25em 0.25em 0.25em;
width: 2em;
height: 2em;
}

.standalone-resource-pager ul {
display: block;
}

.standalone-resource-pager ul li {
display: inline;
}

.nav-hack {
font-size: .85em;
/*justify-self: end;*/
align-self: start;
}
.nav-hack ul {
list-style: none;
padding-left: 0
}
.nav-hack li:not(:first-child){
padding-top: 0.4em;
line-height: 1.2;
border-top: 1px solid #BCBCBC;
}
.nav-hack li a {
text-decoration: none;
}
.nav-hack h3 {
margin: 0;
font-size: 1rem;
}

.nav-hack p {
margin: 0;
}


/* skip link */
.button--skip-link {
background-color: var(--gold) !important;
border-color: var(--gold) !important;
outline-color: currentColor !important;
color: var(--off-black) !important;
font-weight: 600;
font-size: larger;
margin: 0 auto;
position: absolute;
z-index: 20;
left: 0;
right: 0;
top: 0.5em;
width: 10em;
opacity: 1;
transition: transform 0.1875s ease-out, opacity 0.1875s ease-out;
}

.button--skip-link:not(:focus):not(:hover) {
transform: translateY(-4em);
opacity: 0;
}

.standalone-resource-navrule {
border:none;
border-top: 1px solid grey
}

.standalone-resource-about ul,
.standalone-resource-pager ul {
list-style: none;
}

.nav {
font-size: 95%;
}

.standalone-resource-about a,
.standalone-resource-pager a,
.standalone-resource-about span,
.standalone-resource-pager span
{
margin-left:.8em;
margin-right:.8em;
}

.example video {
max-width: 100%;
}
Loading