File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -320,8 +320,8 @@ <h3><dfn>Quad</dfn> interface</h3>
320320
321321 < pre class ="idl ">
322322 interface Quad : Term {
323- attribute string? termType;
324- attribute string? value;
323+ attribute string termType;
324+ attribute string value;
325325 attribute Term subject;
326326 attribute Term predicate;
327327 attribute Term object;
@@ -331,11 +331,10 @@ <h3><dfn>Quad</dfn> interface</h3>
331331 </ pre >
332332
333333 < p >
334- < dfn > termType</ dfn > contains the constant < code > "Quad"</ code > or < code > undefined</ code > if the
335- implementation does not support RDF*.
334+ < dfn > termType</ dfn > contains the constant < code > "Quad"</ code > .
336335 </ p >
337336 < p >
338- < dfn > value</ dfn > contains the constant < code > undefined </ code > .
337+ < dfn > value</ dfn > contains an empty string as constant value .
339338 </ p >
340339 < p >
341340 < dfn > subject</ dfn > the subject, which is a < code > NamedNode</ code > , < code > BlankNode</ code > ,
You can’t perform that action at this time.
0 commit comments