535535 < div class ="head ">
536536 < p data-fill-with ="logo "> < a class ="logo " href ="https://www.w3.org/ "> < img alt ="W3C " height ="48 " src ="https://www.w3.org/StyleSheets/TR/2021/logos/W3C " width ="72 "> </ a > </ p >
537537 < h1 class ="p-name no-ref " id ="title "> Binary Sparse Format Specification Version 0.1</ h1 >
538- < p id ="w3c-state "> < a href ="https://www.w3.org/standards/types#UD "> Unofficial Proposal Draft</ a > , < time class ="dt-updated " datetime ="2025-04-28 " > 28 April 2025 </ time > </ p >
538+ < p id ="w3c-state "> < a href ="https://www.w3.org/standards/types#UD "> Unofficial Proposal Draft</ a > , < time class ="dt-updated " datetime ="2026-03-04 " > 4 March 2026 </ time > </ p >
539539 < details open >
540540 < summary > More details about this document</ summary >
541541 < div data-fill-with ="spec-metadata ">
@@ -555,7 +555,7 @@ <h1 class="p-name no-ref" id="title">Binary Sparse Format Specification Version
555555 </ div >
556556 </ details >
557557 < div data-fill-with ="warning "> </ div >
558- < p class ="copyright " data-fill-with ="copyright "> < a href ="https://www.w3.org/Consortium/Legal/ipr-notice#Copyright "> Copyright</ a > © 2025 < a href ="https://www.w3.org/ "> < abbr title ="World Wide Web Consortium "> W3C</ abbr > </ a > < sup > ®</ sup > (< a href ="https://www.csail.mit.edu/ "> < abbr title ="Massachusetts Institute of Technology "> MIT</ abbr > </ a > , < a href ="https://www.ercim.eu/ "> < abbr title ="European Research Consortium for Informatics and Mathematics "> ERCIM</ abbr > </ a > , < a href ="https://www.keio.ac.jp/ "> Keio</ a > , < a href ="https://ev.buaa.edu.cn/ "> Beihang</ a > ). W3C < a href ="https://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer "> liability</ a > , < a href ="https://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks "> trademark</ a > and < a href ="https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document " rel ="license "> permissive document license</ a > rules apply. </ p >
558+ < p class ="copyright " data-fill-with ="copyright "> < a href ="https://www.w3.org/Consortium/Legal/ipr-notice#Copyright "> Copyright</ a > © 2026 < a href ="https://www.w3.org/ "> < abbr title ="World Wide Web Consortium "> W3C</ abbr > </ a > < sup > ®</ sup > (< a href ="https://www.csail.mit.edu/ "> < abbr title ="Massachusetts Institute of Technology "> MIT</ abbr > </ a > , < a href ="https://www.ercim.eu/ "> < abbr title ="European Research Consortium for Informatics and Mathematics "> ERCIM</ abbr > </ a > , < a href ="https://www.keio.ac.jp/ "> Keio</ a > , < a href ="https://ev.buaa.edu.cn/ "> Beihang</ a > ). W3C < a href ="https://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer "> liability</ a > , < a href ="https://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks "> trademark</ a > and < a href ="https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document " rel ="license "> permissive document license</ a > rules apply. </ p >
559559 < hr title ="Separator for header ">
560560 </ div >
561561 < div class ="p-summary " data-fill-with ="abstract ">
@@ -897,7 +897,9 @@ <h5 class="heading settled" data-level="3.5.1.12" id="coo_format"><span class="s
897897 < p > Coordinate format is an alias for < a href ="#coor_format "> § 3.5.1.10 COOR</ a > format.</ p >
898898 < h4 class ="heading settled " data-level ="3.5.2 " id ="custom_formats "> < span class ="secno "> 3.5.2. </ span > < span class ="content "> Custom Formats</ span > < a class ="self-link " href ="#custom_formats "> </ a > </ h4 >
899899 < p > The contents of this section are optional for all parsers, but enable
900- customizable sparse formats for matrices and tensors.</ p >
900+ customizable sparse formats for matrices and tensors. If the parser
901+ does not implement tensor formats, it should error when the "custom" key
902+ is present.</ p >
901903 < p > Binsparse describes custom multidimensional formats hierarchically. We can
902904understand these formats as arrays of arrays, where the parent array and
903905child arrays might use different formats. For example, we could have a dense
0 commit comments