Ignore:
Timestamp:
01/01/08 17:15:17 (15 years ago)
Author:
julian.reschke@…
Message:

Consistent indentation for all ABNF rules (addresses #36)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • draft-ietf-httpbis/latest/p5-range.xml

    r131 r135  
    231231</t>
    232232<figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="range-unit"/><iref primary="true" item="Grammar" subitem="bytes-unit"/><iref primary="true" item="Grammar" subitem="other-range-unit"/>
    233    range-unit       = bytes-unit | other-range-unit
    234    bytes-unit       = "bytes"
    235    other-range-unit = token
     233  range-unit       = bytes-unit | other-range-unit
     234  bytes-unit       = "bytes"
     235  other-range-unit = token
    236236</artwork></figure>
    237237<t>
     
    364364</t>
    365365<figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Accept-Ranges"/><iref primary="true" item="Grammar" subitem="acceptable-ranges"/>
    366        Accept-Ranges     = "Accept-Ranges" ":" acceptable-ranges
    367        acceptable-ranges = 1#range-unit | "none"
     366  Accept-Ranges     = "Accept-Ranges" ":" acceptable-ranges
     367  acceptable-ranges = 1#range-unit | "none"
    368368</artwork></figure>
    369369<t>
     
    399399</t>
    400400<figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Content-Range"/><iref primary="true" item="Grammar" subitem="content-range-spec"/><iref primary="true" item="Grammar" subitem="byte-content-range-spec"/><iref primary="true" item="Grammar" subitem="byte-range-resp-spec"/><iref primary="true" item="Grammar" subitem="instance-length"/>
    401     Content-Range = "Content-Range" ":" content-range-spec
    402 
    403     content-range-spec      = byte-content-range-spec
    404     byte-content-range-spec = bytes-unit SP
    405                               byte-range-resp-spec "/"
    406                               ( instance-length | "*" )
    407 
    408     byte-range-resp-spec = (first-byte-pos "-" last-byte-pos)
    409                                    | "*"
    410     instance-length           = 1*DIGIT
     401  Content-Range = "Content-Range" ":" content-range-spec
     402 
     403  content-range-spec      = byte-content-range-spec
     404  byte-content-range-spec = bytes-unit SP
     405                            byte-range-resp-spec "/"
     406                            ( instance-length | "*" )
     407 
     408  byte-range-resp-spec = (first-byte-pos "-" last-byte-pos)
     409                                 | "*"
     410  instance-length           = 1*DIGIT
    411411</artwork></figure>
    412412<t>
     
    542542</t>
    543543<figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="If-Range"/>
    544      If-Range = "If-Range" ":" ( entity-tag | HTTP-date )
     544  If-Range = "If-Range" ":" ( entity-tag | HTTP-date )
    545545</artwork></figure>
    546546<t>
     
    582582</t>
    583583<figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="ranges-specifier"/><iref primary="true" item="Grammar" subitem="byte-ranges-specifier"/><iref primary="true" item="Grammar" subitem="byte-range-set"/><iref primary="true" item="Grammar" subitem="byte-range-spec"/><iref primary="true" item="Grammar" subitem="first-byte-pos"/><iref primary="true" item="Grammar" subitem="last-byte-pos"/>
    584     ranges-specifier = byte-ranges-specifier
    585     byte-ranges-specifier = bytes-unit "=" byte-range-set
    586     byte-range-set  = 1#( byte-range-spec | suffix-byte-range-spec )
    587     byte-range-spec = first-byte-pos "-" [last-byte-pos]
    588     first-byte-pos  = 1*DIGIT
    589     last-byte-pos   = 1*DIGIT
     584  ranges-specifier = byte-ranges-specifier
     585  byte-ranges-specifier = bytes-unit "=" byte-range-set
     586  byte-range-set  = 1#( byte-range-spec | suffix-byte-range-spec )
     587  byte-range-spec = first-byte-pos "-" [last-byte-pos]
     588  first-byte-pos  = 1*DIGIT
     589  last-byte-pos   = 1*DIGIT
    590590</artwork></figure>
    591591<t>
     
    613613</t>
    614614<figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="suffix-byte-range-spec"/><iref primary="true" item="Grammar" subitem="suffix-length"/>
    615     suffix-byte-range-spec = "-" suffix-length
    616     suffix-length = 1*DIGIT
     615  suffix-byte-range-spec = "-" suffix-length
     616  suffix-length = 1*DIGIT
    617617</artwork></figure>
    618618<t>
     
    667667</t>
    668668<figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Range"/>
    669    Range = "Range" ":" ranges-specifier
     669  Range = "Range" ":" ranges-specifier
    670670</artwork></figure>
    671671<t>
Note: See TracChangeset for help on using the changeset viewer.