Loading md/clause-7.md +30 −28 Original line number Diff line number Diff line Loading @@ -747,10 +747,10 @@ conditions apply: The Query Term value, [color=="red"]{.HTML-Code}: • Matches ["red"]{.HTML-Code} as it is identical or equivalent to the target - Matches ["red"]{.HTML-Code} as it is identical or equivalent to the target value. • Matches [["blue","red","green"]]{.HTML-Code} as the element - Matches [["blue","red","green"]]{.HTML-Code} as the element ["red"]{.HTML-Code} is included in an array. >>> Loading @@ -770,10 +770,10 @@ value. The Query Term value, [color=="black","red"]{.HTML-Code}: • Matches ["red"]{.HTML-Code} as it is identical or equivalent to one of the - Matches ["red"]{.HTML-Code} as it is identical or equivalent to one of the list values • Matches [["red","blue"]]{.HTML-Code} as the target value includes - Matches [["red","blue"]]{.HTML-Code} as the target value includes one of the Query Term values >>> Loading @@ -792,7 +792,7 @@ one of the Query Term values The Query Term value, [temperature==10..20]{.HTML-Code}: • Matches [15]{.HTML-Code} as it lies between 10 and 20. - Matches [15]{.HTML-Code} as it lies between 10 and 20. >>> Loading @@ -813,7 +813,7 @@ The Query Term value, [temperature==10..20]{.HTML-Code}: The Query Term value, [description[​fr]=="pain"]{.HTML-Code} • Matches to the _`languageMap`_ below as the value - Matches to the _`languageMap`_ below as the value ["pain"]{.HTML-Code} corresponds to the key ["fr"]{.HTML-Code} ```json Loading @@ -824,9 +824,9 @@ The Query Term value, [description[​fr]=="pain"]{.HTML-Cod } ``` • Does not match to the _`languageMap`_ below as the value ["pain"]{.HTML-Code}, although present in the _`languageMap`_, does not correspond to the key ["fr"]{.HTML-Code} - Does not match to the _`languageMap`_ below as the value ["pain"]{.HTML-Code}, although present in the _`languageMap`_, does not correspond to the key ["fr"]{.HTML-Code} ```json { Loading @@ -836,8 +836,9 @@ the key ["fr"]{.HTML-Code} } ``` • Matches to the _`languageMap`_ below as the value ["pain"]{.HTML-Code} corresponds an element withn the key ["fr"]{.HTML-Code} - Matches to the _`languageMap`_ below as the value ["pain"]{.HTML-Code} corresponds an element withn the key ["fr"]{.HTML-Code} ```json { Loading @@ -847,8 +848,9 @@ the key ["fr"]{.HTML-Code} } ``` • Does not match to the _`languageMap`_ below as the value ["pain"]{.HTML-Code} does not correspond to an element within the key ["fr"]{.HTML-Code} - Does not match to the _`languageMap`_ below as the value ["pain"]{.HTML-Code} does not correspond to an element within the key ["fr"]{.HTML-Code} ```json { Loading Loading @@ -876,7 +878,7 @@ the key ["fr"]{.HTML-Code} The Query Term value, [description[\*]=="pain"]{.HTML-Code} • Matches to the _`languageMap`_ below as the value ["pain"]{.HTML-Code} can be found. - Matches to the _`languageMap`_ below as the value ["pain"]{.HTML-Code} can be found. ```json { Loading @@ -886,7 +888,7 @@ The Query Term value, [description[\*]=="pain"]{.HTML-Code} } ``` • Also Matches to the _`languageMap`_ below as the value ["pain"]{.HTML-Code} can be found - Also Matches to the _`languageMap`_ below as the value ["pain"]{.HTML-Code} can be found as an element of an array. ```json Loading @@ -913,13 +915,13 @@ as an element of an array. The Query Term value, [color=="http://example/red"]{.HTML-Code} • Matches to the _`object`_ below as it is identical or equivalent to the target value. - Matches to the _`object`_ below as it is identical or equivalent to the target value. ```json "http://example.com/red" ``` • Matches to the _`objectList`_ below as it is included in the array - Matches to the _`objectList`_ below as it is included in the array ```json [ Loading @@ -927,7 +929,7 @@ The Query Term value, [color=="http://example/red"]{.HTML-Code} ] ``` • Matches to the _`objectList`_ below as the element ["http://example.com/red"]{.HTML-Code} - Matches to the _`objectList`_ below as the element ["http://example.com/red"]{.HTML-Code} is included in the array ```json Loading Loading @@ -956,13 +958,13 @@ The Query Term value, [color=="http://example/red"]{.HTML-Code} The Query Term value, [color=="http://example/black","http://example/red"]{.HTML-Code} • Matches to the _`object`_ as it is identical or equivalent to one of the list values - Matches to the _`object`_ below as it is identical or equivalent to one of the list values ```json "http://example.com/red" ``` • Matches to the _`object`_ as the element ["http://example.com/red"]{.HTML-Code} - Matches to the _`object`_ below as the element ["http://example.com/red"]{.HTML-Code} is included as one of the elements within the array. ```json Loading Loading
md/clause-7.md +30 −28 Original line number Diff line number Diff line Loading @@ -747,10 +747,10 @@ conditions apply: The Query Term value, [color=="red"]{.HTML-Code}: • Matches ["red"]{.HTML-Code} as it is identical or equivalent to the target - Matches ["red"]{.HTML-Code} as it is identical or equivalent to the target value. • Matches [["blue","red","green"]]{.HTML-Code} as the element - Matches [["blue","red","green"]]{.HTML-Code} as the element ["red"]{.HTML-Code} is included in an array. >>> Loading @@ -770,10 +770,10 @@ value. The Query Term value, [color=="black","red"]{.HTML-Code}: • Matches ["red"]{.HTML-Code} as it is identical or equivalent to one of the - Matches ["red"]{.HTML-Code} as it is identical or equivalent to one of the list values • Matches [["red","blue"]]{.HTML-Code} as the target value includes - Matches [["red","blue"]]{.HTML-Code} as the target value includes one of the Query Term values >>> Loading @@ -792,7 +792,7 @@ one of the Query Term values The Query Term value, [temperature==10..20]{.HTML-Code}: • Matches [15]{.HTML-Code} as it lies between 10 and 20. - Matches [15]{.HTML-Code} as it lies between 10 and 20. >>> Loading @@ -813,7 +813,7 @@ The Query Term value, [temperature==10..20]{.HTML-Code}: The Query Term value, [description[​fr]=="pain"]{.HTML-Code} • Matches to the _`languageMap`_ below as the value - Matches to the _`languageMap`_ below as the value ["pain"]{.HTML-Code} corresponds to the key ["fr"]{.HTML-Code} ```json Loading @@ -824,9 +824,9 @@ The Query Term value, [description[​fr]=="pain"]{.HTML-Cod } ``` • Does not match to the _`languageMap`_ below as the value ["pain"]{.HTML-Code}, although present in the _`languageMap`_, does not correspond to the key ["fr"]{.HTML-Code} - Does not match to the _`languageMap`_ below as the value ["pain"]{.HTML-Code}, although present in the _`languageMap`_, does not correspond to the key ["fr"]{.HTML-Code} ```json { Loading @@ -836,8 +836,9 @@ the key ["fr"]{.HTML-Code} } ``` • Matches to the _`languageMap`_ below as the value ["pain"]{.HTML-Code} corresponds an element withn the key ["fr"]{.HTML-Code} - Matches to the _`languageMap`_ below as the value ["pain"]{.HTML-Code} corresponds an element withn the key ["fr"]{.HTML-Code} ```json { Loading @@ -847,8 +848,9 @@ the key ["fr"]{.HTML-Code} } ``` • Does not match to the _`languageMap`_ below as the value ["pain"]{.HTML-Code} does not correspond to an element within the key ["fr"]{.HTML-Code} - Does not match to the _`languageMap`_ below as the value ["pain"]{.HTML-Code} does not correspond to an element within the key ["fr"]{.HTML-Code} ```json { Loading Loading @@ -876,7 +878,7 @@ the key ["fr"]{.HTML-Code} The Query Term value, [description[\*]=="pain"]{.HTML-Code} • Matches to the _`languageMap`_ below as the value ["pain"]{.HTML-Code} can be found. - Matches to the _`languageMap`_ below as the value ["pain"]{.HTML-Code} can be found. ```json { Loading @@ -886,7 +888,7 @@ The Query Term value, [description[\*]=="pain"]{.HTML-Code} } ``` • Also Matches to the _`languageMap`_ below as the value ["pain"]{.HTML-Code} can be found - Also Matches to the _`languageMap`_ below as the value ["pain"]{.HTML-Code} can be found as an element of an array. ```json Loading @@ -913,13 +915,13 @@ as an element of an array. The Query Term value, [color=="http://example/red"]{.HTML-Code} • Matches to the _`object`_ below as it is identical or equivalent to the target value. - Matches to the _`object`_ below as it is identical or equivalent to the target value. ```json "http://example.com/red" ``` • Matches to the _`objectList`_ below as it is included in the array - Matches to the _`objectList`_ below as it is included in the array ```json [ Loading @@ -927,7 +929,7 @@ The Query Term value, [color=="http://example/red"]{.HTML-Code} ] ``` • Matches to the _`objectList`_ below as the element ["http://example.com/red"]{.HTML-Code} - Matches to the _`objectList`_ below as the element ["http://example.com/red"]{.HTML-Code} is included in the array ```json Loading Loading @@ -956,13 +958,13 @@ The Query Term value, [color=="http://example/red"]{.HTML-Code} The Query Term value, [color=="http://example/black","http://example/red"]{.HTML-Code} • Matches to the _`object`_ as it is identical or equivalent to one of the list values - Matches to the _`object`_ below as it is identical or equivalent to one of the list values ```json "http://example.com/red" ``` • Matches to the _`object`_ as the element ["http://example.com/red"]{.HTML-Code} - Matches to the _`object`_ below as the element ["http://example.com/red"]{.HTML-Code} is included as one of the elements within the array. ```json Loading