Skip to content

Commit ec09b50

Browse files
authored
Meta: update repository files
See https://github.com/whatwg/spec-factory for details.
1 parent 1a7aa2a commit ec09b50

File tree

5 files changed

+20
-5
lines changed

5 files changed

+20
-5
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ max_line_length = 100
1212
[Makefile]
1313
indent_style = tab
1414

15+
[*.md]
16+
max_line_length = off
17+
1518
[*.bs]
1619
indent_size = 1
1720

.github/workflows/build.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,26 @@
11
name: Build
2+
23
on:
34
pull_request:
45
branches:
56
- main
67
push:
78
branches:
89
- main
10+
workflow_dispatch:
11+
912
jobs:
1013
build:
1114
name: Build
1215
runs-on: ubuntu-22.04
1316
steps:
14-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1518
with:
1619
fetch-depth: 2
17-
- uses: actions/setup-python@v4
20+
- uses: actions/setup-python@v5
1821
with:
1922
python-version: "3.11"
23+
- run: pip install bikeshed && bikeshed update
2024
# Note: `make deploy` will do a deploy dry run on PRs.
2125
- run: make deploy
2226
env:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ remote: quirks.bs
1616
);
1717

1818
local: quirks.bs
19-
bikeshed spec quirks.bs quirks.html --md-Text-Macro="COMMIT-SHA LOCAL COPY"
19+
bikeshed spec quirks.bs quirks.html --md-Text-Macro="COMMIT-SHA LOCAL-COPY"
2020

2121
deploy: quirks.bs
2222
curl --remote-name --fail https://resources.whatwg.org/build/deploy.sh

PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<!--
22
Thank you for contributing to the Quirks Mode Standard! Please describe the change you are making and complete the checklist below if your change is not editorial.
3-
When editing this comment after the PR is created, check that PR-Preview doesn't overwrite your changes.
3+
4+
When you submit this PR, and each time you edit this comment (including checking a checkbox through the UI!), PR Preview will run and update it. As such make any edits in one go and only after PR Preview has run.
5+
46
If you think your PR is ready to land, please double-check that the build is passing and the checklist is complete before pinging.
57
-->
68

quirks.bs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ spec:selectors-4;
5252
type:selector; text::hover
5353
type:dfn; text:type selector
5454
spec:css-page-floats-3; type:value; text:none
55+
spec:css-backgrounds-3
56+
type:property; text:border-top-width
57+
type:property; text:border-bottom-width
58+
type:property; text:border-right-width
59+
type:property; text:border-left-width
60+
5561
</pre>
5662

5763
<style>
@@ -299,7 +305,7 @@ it matches the following conditions:
299305

300306
<li><p>|body| is not an <a>inline-level</a> element.
301307

302-
<li><p>|body| is not a <a>spanning element</a>. [[!CSS3-MULTICOL]]
308+
<li><p>|body| is not a <a>multi-column spanning element</a>. [[!CSS3-MULTICOL]]
303309

304310
</ul>
305311

0 commit comments

Comments
 (0)