Skip to content

Commit

Permalink
Add groups view
Browse files Browse the repository at this point in the history
The view gets generated from all features referenced throughout the pages. It
needs to be enabled in the toc.json file. This view matches w3c#127. The Media &
Entertainment Interest Group recently requested it again to create some sort of
"heat map" of what's going on.

The list is pretty raw for now: it features the name of the group, the relevant
specifications (or features in these specifications) that the group is working
on (or was working on), and links to pages where the specifications are
mentioned for further details.

Changes to data files were needed to align group names with their official
names.

README not yet updated.
  • Loading branch information
tidoust committed May 7, 2020
1 parent e280896 commit 03c2786
Show file tree
Hide file tree
Showing 14 changed files with 431 additions and 40 deletions.
18 changes: 11 additions & 7 deletions assets/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ tbody th, tbody td { padding-left: 0.5em;}
th.feature {
max-width: 150px;
}
th.feature[rowspan] {
th[rowspan], td[rowspan] {
vertical-align: top;
padding-top: 1.5em;
}
Expand All @@ -225,6 +225,10 @@ td.milestones {
font-size: 90%;
min-width: 150px;
}
[data-col=spec] {
max-width: 250px;
}



/************************************************************
Expand Down Expand Up @@ -350,26 +354,26 @@ Styles for the "current implementations" column
}

/* UA filtering menu */
[data-col|=impl] details {
th[data-col|=impl] details {
display: none;
position: relative;
padding: 0 0.1em;
text-align: left;
font-weight: 400;
}

[data-col|=impl] details.active {
th[data-col|=impl] details.active {
display: block;
}

[data-col|=impl] summary {
th[data-col|=impl] summary {
font-size: smaller;
padding-left: 1em;
outline: none;
cursor: pointer;
}

[data-col|=impl] div {
th[data-col|=impl] div {
position: absolute;
left: 0;
right: 0;
Expand All @@ -378,13 +382,13 @@ Styles for the "current implementations" column
z-index: 10;
}

[data-col|=impl] ul {
th[data-col|=impl] ul {
list-style: none;
padding-left: 0;
margin: 0.6em;
}

[data-col|=impl] li {
th[data-col|=impl] li {
color: inherit;
}

Expand Down
89 changes: 89 additions & 0 deletions assets/img/groups.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions data/css-3d.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"feature": "3D effects",
"wgs": [
{
"url": "http://www.w3.org/Style/CSS/members",
"label": "CSS Working Group"
"url": "https://www.w3.org/Style/CSS/",
"label": "Cascading Style Sheets (CSS) Working Group"
}
],
"impl": {
Expand Down
4 changes: 2 additions & 2 deletions data/css-color-space.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"url": "https://www.w3.org/TR/css-color-4/",
"wgs": [
{
"url": "http://www.w3.org/Style/CSS/members",
"label": "CSS Working Group"
"url": "https://www.w3.org/Style/CSS/",
"label": "Cascading Style Sheets (CSS) Working Group"
}
],
"impl": {
Expand Down
4 changes: 2 additions & 2 deletions data/css-size-adjust.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"title": "CSS Mobile Text Size Adjustment Module Level 1",
"wgs": [
{
"url": "http://www.w3.org/Style/CSS/members",
"label": "CSS Working Group"
"url": "https://www.w3.org/Style/CSS/members",
"label": "Cascading Style Sheets (CSS) Working Group"
}
],
"impl": {
Expand Down
2 changes: 1 addition & 1 deletion data/me-media-timed-events.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"wgs": [
{
"url": "https://www.w3.org/2011/webtv/",
"label": "Media & Entertainment Interest Group"
"label": "Media and Entertainment Interest Group"
}
]
}
4 changes: 2 additions & 2 deletions data/mediaqueries5.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"title": "Media Queries Level 5",
"wgs": [
{
"label": "CSS Working Group",
"url": "https://www.w3.org/Style/CSS/members"
"label": "Cascading Style Sheets (CSS) Working Group",
"url": "https://www.w3.org/Style/CSS/"
}
],
"features": {
Expand Down
Loading

0 comments on commit 03c2786

Please sign in to comment.