Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
3094cfe
Initial spec.
bylicaatgoogle Nov 12, 2025
5fa826d
Fix typo.
bylicaatgoogle Nov 26, 2025
d31d053
Mention Window interface instead of WindowOrWorkerGlobalScope.
bylicaatgoogle Nov 26, 2025
dc4b2e3
Add index.html to gitignore.
bylicaatgoogle Nov 26, 2025
0893e21
Drop unnecessary definition tags.
bylicaatgoogle Nov 26, 2025
78a3765
Mention isolated contexts more directly.
bylicaatgoogle Nov 26, 2025
c0c2749
Remove domfarolino from editors.
bylicaatgoogle Nov 26, 2025
4e7d384
Link to window.print.
bylicaatgoogle Nov 26, 2025
765b2ef
Rephrase the note about only printer name and id being available befo…
bylicaatgoogle Nov 26, 2025
dbad953
Standardize the obfuscation/hashing algorithm for printer id.
bylicaatgoogle Nov 26, 2025
ccfdf4e
Use a pre tag instead of xmp in js examples.
bylicaatgoogle Nov 26, 2025
d1d61b5
Wrap algorithm steps in proper blocks.
bylicaatgoogle Nov 26, 2025
34bd351
Fix the resolving a promise step in getPrinters algorithm.
bylicaatgoogle Nov 26, 2025
14e873e
Remove unnecessary headers and consolidate idl.
bylicaatgoogle Nov 26, 2025
839f950
Do not include index.html.
bylicaatgoogle Nov 26, 2025
00e129d
Indent algorithm blocks correctly.
bylicaatgoogle Nov 26, 2025
15d649d
Remove more printer def references.
bylicaatgoogle Nov 26, 2025
41f13db
Fix foreach and setting fields in the getPrinters algorithm.
bylicaatgoogle Nov 27, 2025
32890d1
Add missing comma.
bylicaatgoogle Nov 27, 2025
884ed22
Be more specific about malformed document data.
bylicaatgoogle Nov 27, 2025
f74ebfb
Iterate over template attributes more explicitly in the submitPrintJo…
bylicaatgoogle Nov 27, 2025
3d79a97
Iterate over printer capabilities in WebPrinter/fetchAttributes() mor…
bylicaatgoogle Nov 27, 2025
c86ab68
Define the internal attributes fields of WebPrinter and WebPrintJob i…
bylicaatgoogle Nov 28, 2025
ec94fe5
Fix other errors.
bylicaatgoogle Nov 28, 2025
cf93f5c
Use undefined instead of void.
bylicaatgoogle Dec 1, 2025
7e0ac05
Set default value for optional.
bylicaatgoogle Dec 1, 2025
fd8fdc3
Use "ordinary" contexts naming.
bylicaatgoogle Jan 15, 2026
5390878
Call methods "methods".
bylicaatgoogle Jan 15, 2026
535aa3a
Ensure Window/printing is not a mixin.
bylicaatgoogle Jan 15, 2026
30853ed
Refer to Window/printing explicitly.
bylicaatgoogle Jan 15, 2026
95d6d9a
Do not use exclamation marks.
bylicaatgoogle Jan 15, 2026
1deb888
Mention allocation of WebPrintingManager alongside Window.
bylicaatgoogle Jan 15, 2026
af36733
Improve the getPrinters() algorithm.
bylicaatgoogle Jan 15, 2026
5d15556
Fix linking.
bylicaatgoogle Jan 15, 2026
af865ad
Link to a definition of a set
bylicaatgoogle Jan 15, 2026
9595877
Use "dictionary" instead of a n "object".
bylicaatgoogle Jan 15, 2026
7976d48
Fix referencing a set.
bylicaatgoogle Jan 15, 2026
39e1154
Define |global| before going parallel and then use it.
bylicaatgoogle Jan 15, 2026
2302335
Try to fix the workflows.
bylicaatgoogle Jan 15, 2026
3c3ceed
Collect a list of WebPrinters on the main thread.
bylicaatgoogle Jan 20, 2026
1265ac7
Mention in a note that the isolated context is mandate by the IDL.
bylicaatgoogle Jan 20, 2026
cddb341
Silence list ambiguity warning.
bylicaatgoogle Jan 20, 2026
aa3ba4d
Do not forget about building a list of web_printers.
bylicaatgoogle Jan 20, 2026
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
index.html
6 changes: 3 additions & 3 deletions .pr-preview.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"src_file": "index.html",
"type": "respec"
}
"src_file": "index.bs",
"type": "bikeshed"
}
Loading