Search completed in 1.07 seconds.
216 results for "Relations":
Your results are loading. Please wait...
GetRelations
« nsiaccessible page summary this method returns multiple accessible relations for this accessible object.
... nsiarray getrelations(); return value returns nsiarray array of accessible relations for this object, every accessible relation object implements nsiaccessiblerelation interface.
... see also nsiaccessible.getaccessiblerelation() nsiaccessible.relationscount nsiaccessible.getrelation() ...
RelationsCount
« nsiaccessible page summary returns the number of accessible relations for this object.
... attribute unsigned long relationscount; see also nsiaccessible.getrelation() nsiaccessible.getrelations() nsiaccessible.getaccessiblerelated() ...
Relationship of flexbox to other layout methods - CSS: Cascading Style Sheets
for more comparisons of grid and flexbox see the article relationship of grid layout to other layout methods.
Index - Web APIs
WebAPIIndex
the move operation is used to indicate that the data being dragged will be moved, and the link operation is used to indicate that some form of relationship or connection will be created between the source and drop locations.
...it is a domstring containing a space-separated list of link types indicating the relationship between the resource represented by the <a> element and the current document.
...it is a live domtokenlist containing the set of link types indicating the relationship between the resource represented by the <a> element and the current document.
...And 7 more matches
The Implementation of the Application Object Model - Archive of obsolete content
rdf provides a very general mechanism for representing relationships between different disparate types of data.
... the relationships between data are represented as a directed labeled graph structure.
...because rdf can express arbitrary relationships between nodes, the serialized form of rdf in xml has to contain extra syntax.
...And 6 more matches
Gecko info for Windows accessibility vendors
please let us know if you find any differences not listed here: accessible relations are supported the accnavigate() method can be used with new constants defined for gecko.
... enum { navrelation_label_for = 0x1002 }; enum { navrelation_description_for = 0x100f }; these two relations can be used on object to determine what form control is being labelled or desribed.
... enum { navrelation_labelled_by = 0x1003 }; enum { navrelation_described_by = 0x100e }; these two relations are they inverse; they can be used on form controls.
...And 6 more matches
Index
MozillaTechXPCOMIndex
104 creating the component code xpcom this chapter goes over the basic code required to handle the relationship between your component and xpcom.
...for example, the introduction includes a discussion of components and what they are, and the first chapter - in which you compile the basic code and register it with mozilla - prompts a discussion of the relationship between components and modules, of xpcom interfaces, and of the registration process in general.
...the nsiaccessnode tree for a given dom window has a one to one relationship to the dom tree.
...And 4 more matches
IAccessible2
[propget] hresult localizedextendedrole([out] bstr localizedextendedrole ); [propget] hresult localizedextendedstates([in] long maxlocalizedextendedstates, [out, size_is(,maxlocalizedextendedstates), length_is(, nlocalizedextendedstates)] bstr localizedextendedstates, [out] long nlocalizedextendedstates ); [propget] hresult nextendedstates([out] long nextendedstates ); [propget] hresult nrelations([out] long nrelations ); [propget] hresult relation([in] long relationindex, [out] iaccessiblerelation relation ); [propget] hresult relations([in] long maxrelations, [out, size_is(maxrelations), length_is( nrelations)] iaccessiblerelation relations, [out] long nrelations ); hresult role([out] long role ); hresult scrollto([in] enum ia2scrolltype scrolltype ); hresult scrolltopoint([in]...
...nrelations() returns the number of accessible relations for this object.
... [propget] hresult nrelations( [out] long nrelations ); parameters nrelations return value s_ok.
...And 4 more matches
<link>: The External Resource Link element - HTML: Hypertext Markup Language
WebHTMLElementlink
the html external resource link element (<link>) specifies relationships between the current document and an external resource.
...the rel stands for "relationship", and is probably one of the key features of the <link> element — the value denotes how the item being linked to is related to the containing document.
... as you'll see from our link types reference, there are many different kinds of relationship.
...And 4 more matches
HTML attribute: rel - HTML: Hypertext Markup Language
WebHTMLAttributesrel
the rel attribute defines the relationship between a linked resource and the current document.
... the type of relationships is given by the value of the rel attribute, which, if present, must have a value that is an unordered set of unique space-separated keywords, which are listed in the following table.
...if the attribute is omitted or if none of the values in the attribute are supported, then the document has no particular relationship with the destination resource other than there being a hyperlink between the two.
...And 3 more matches
MathML Demo: <mo> - operator, fence, separator, or accent
binary operators and relations the following table contains instances of all operators found on the swp binary operations and binary relations panels.
...operator and relations center vertically on the math axis.
...in general, the lspace and rspace around arrows should be similar to the spacing around relations.
...And 2 more matches
XML - Archive of obsolete content
this article describes the relationship of xul to xml, its parent language.
... when we say language, we mean that developers create a set of terms, orlexicon, and a relationship between these terms, or what some people call agrammar.
...html -- which is a derived language like our memoml (see the appendix notes for information on the geneology of markup languages) -- has been created for the purposes of representing hypertext documents and the basic relationships between them.
...xul is little beyond the set of tags used to define interface widgets, the relationship between them, or grammar, and some built-in flexibility for using extra resources like images, html elements, and other standards-based technologies.
Index - MDN Web Docs Glossary: Definitions of Web-related terms
56 css object model (cssom) css, cssom, dom, glossary, web performance the css object model (cssom) is a map of all css selectors and relevant properties for each selector in the form of a tree, with a root node, sibling, descendant, child, and other relationship.
... 89 continuous media glossary, media continuous media is data where there is a timing relationship between source and destination.
...continuous media can be real-time (interactive), where there is a "tight" timing relationship between source and sink, or streaming (playback), where the relationship is less strict.
... 450 tofu http, ssh, security trust on first use (tofu) is a security model in which a client needs to create a trust relationship with an unknown server.
gtstd.html
ssl, pkcs #11, and the default security databases setting up the certificate and key databases building nss programs ssl, pkcs #11, and the default security databases the basic relationships among the nss libraries are described in introduction to network security services.
... before running the sample programs, it's important to understand the relationships between the ssl interface, the pkcs #11 interface, pkcs #11 modules, and the default netscape security databases.
... figure 2.1 illustrates the relationships between nspr, ssl, pkcs #11, and the available cryptographic modules.
... figure 2.1 relationships among nss libraries, cryptographic modules, slots, and tokens as shown in the figure, ssl communicates with pkcs #11 modules through the pkcs #11 interface.
nsIAccessible
relations many accessibles are linked with each other, for example, if one accessible gives the accessible name for another accessible (for example, html:label and html control) then these accessibles are related, please refer to relations documentation for more information.
... you can get related accessibles by methods nsiaccessible.getaccessiblerelated() nsiaccessible.getrelations() nsiaccessible.getrelation() and nsiaccessible.relationscount.
... getrelations this method returns multiple accessible relations for this object.
... relationscount returns the number of accessible relations for this object.
Accessibility documentation index - Accessibility
it is used to establish a relationship between widgets or groups and text that described them.
... 22 using the aria-labelledby attribute aria, accessibility, broken link the aria-labelledby attribute establishes relationships between objects and their label(s), and its value should be one or more element ids, which refer to elements that have the text needed for labeling.
...the property serves to define element relationships utilizing aria relationship attributes and the aria-flowto property.
...to give the page more structure, a level should also be provided to indicate relationships between sections.
Script security
because the wrapper we choose is specific to the relationship between the two compartments, the security policy it implements can be static: when the caller uses the wrapper, there's no need to check who is making the call or where it is going.
...to establish the security relationship between two compartments a and b, gecko asks: does the security principal for compartment a subsume the security principal for compartment b, and vice versa?
...(this is what is used when html5 and other specs say "origin is a globally unique identifier".) principal relationships the diagram below summarizes the relationships between the different principals.
Extending a Protocol
in order to manage parent-child relationships, ipdl uses a tree herirachy to manage the creation of children.
... constructs: by which we mean, pwindowglobal is in charge of contructing the parent/child relationship.
...we've now set up the bi-directional relationship between pwindowglobal and pecho at the protocol level.
Creating the Component Code
« previousnext » this chapter goes over the basic code required to handle the relationship between your component and xpcom.
... identifiers in xpcom the series of nsiid variables initialized here are actually classes created for handing the 128-bit identifiers that xpcom uses to support contractual relationships between the client and component interfaces.
... now that we've looked at the preliminaries, it's time to discuss the classes that this module provides and the way that they define the relationships of the component in xpcom.
GetRelation
remark currently we do not support multiple relations so the zero index may be valid only.
... refer to relations documentation for more info.
... see also nsiaccessible.relationscount nsiaccessible.getrelations() nsiaccessible.getaccessiblerelation() ...
nsIAccessibleRelation
accessible/public/nsiaccessiblerelation.idlscriptable this interface gives access to an accessibles set of relations.
... note: the label and description (see relation_described_by) relations may be used to prevent redundant information from being presented by the screen reader, since the label and description can occur both on their own, and in the name or description fields of an nsiaccessible.
... note: the label (see relation_labelled_by) and description relations may be used to prevent redundant information from being presented by the screen reader, since the label and description can occur both on their own, and in the name or description fields of an nsiaccessible.
LDAP Support
some notes about the relationship: there is a many to one relationship between ldap attributes and its address book counterpart.
... there is a one to one relationship between a address book attribute and its ldap counterpart.
... these relationships ensure: generality is maintained when mapping from ldap attributes to address book.
HTMLLinkElement - Web APIs
the htmllinkelement interface represents reference information for external resources and the relationship of those resources to a document and vice-versa (corresponds to <link> element; not to be confused with <a>, which is represented by htmlanchorelement).
... htmllinkelement.rel is a domstring representing the forward relationship of the linked resource from the document to the resource.
... htmllinkelement.rev is a domstring representing the reverse relationship of the linked resource from the resource to the document.
Viewpoints and viewers: Simulating cameras in WebXR - Web APIs
there's another aspect of the spatial relationship of an object to the origin in space left to be considered: perspective.
...the fact that zooming alters the camera's focal length means that the spatial relationship between the target and its surroundings doesn't change even as the target gets larger or smaller in the frame.
... on the other hand, a dolly shot, by actually moving the camera, replicates the sense of physical movement, causing the relationships of objects in the scene to shift as you expect while moving past them as you go toward or away from the target of the shot.
ARIA: cell role - Accessibility
it establishes a relationship between descendant rows.
...unlike a plain cell, the columnheader role establishes a relationship between it and all cells in the corresponding column.
...unlike a plain cell, the rowheader role establishes a relationship between it and all cells in the corresponding row.
ARIA: row role - Accessibility
associated wai-aria roles, states, and properties context roles role="rowgroup" an optional contextual row parent, it establishes a relationship between descendant rows.
...unlike a plain cell, the columnheader role establishes a relationship between it and all cells in the corresponding column.
...unlike a plain cell, the rowheader role establishes a relationship between it and all cells in the corresponding row.
Applying color to HTML elements using CSS - HTML: Hypertext Markup Language
see box properties in the box model to learn about the relationship between elements and their borders, and the article styling borders using css to learn more about applying styles to borders.
...just as we associate green with the beverage mountain dew and one might think of the color blue in relationship with the sky or the ocean, choosing an appropriate base color to represent your site is a good place to start.
...improper or careless use of color can result in a website or app that a percentage of your target audience may not be able to use adequately, resulting in lost traffic, lost business, and possibly even a public relations problem.
HTML documentation index - HTML: Hypertext Markup Language
WebHTMLIndex
47 html attribute: rel attribute, attributes, constraint validation, link, form, rel the rel attribute defines the relationship between a linked resource and the current document.
... 149 <link>: the external resource link element element, html, html document metadata, link, reference, web, web performance, metadata the html external resource link element (<link>) specifies relationships between the current document and an external resource.
... 223 link types attribute, html, link, link types, reference in html, link types indicate the relationship between two documents, in which one links to the other using an <a>, <area>, <form>, or <link> element.
XPCOM Objects - Archive of obsolete content
their xpcom documentation is better in terms of seeing the relationships between components and interfaces, so we'll use that.
...it shows the relationships between components and interfaces, but it's more of a source browser than a documentation reference.
Developing New Mozilla Features - Archive of obsolete content
develop relationships with existing developers in the area of your feature if you want to add a big new feature to mail, spend some time helping the existing mail developers.
...if you think your feature can only be implemented and reviewed in one enormous chunk, ask for design help in the appropriate newsgroup and/or from the developers with whom you have established relationships.
Table Cellmap - Archive of obsolete content
entries which are only spanned don't have that direct relationship.
... they belong to a entry which has a direct relationship to a tablecellframe.
A XUL Bestiary - Archive of obsolete content
the differences here are significant: xul is the universe of elements, attributes, syntax, rules, and relationships, while xptoolkit is really the finite set of interface-specific elements created in xul.
...a loosely analogous relationship might be that xul, xptoolkit, and xpfe are to one another what html, the actual html tags, and an html web page are to one another, respectively.
2006-10-27 - Archive of obsolete content
multiple presshells discussion on why current interfaces allow for multiple presshells and how the relationships work for the following objects: docshell, presshell, prescontext, document, domwindow, widget, docshell and contentviewer.
... boris zbarsky explains in detail the relationships between these objects.
Debug.msUpdateAsyncCallbackRelation - Archive of obsolete content
the debug.msupdateasynccallbackrelation function updates the relationship status between a synchronous work item and the associated asynchronous operation.
... relationtype optional the value that specifies the relationship status.
RDF: Resource Description Framework for metadata - Archive of obsolete content
ArchiveWebRDF
the predicate is a trait or aspect about that resource, and often expresses a relationship between the subject and the object.
... the object is the object of the relationship or value of that trait.
Continuous Media - MDN Web Docs Glossary: Definitions of Web-related terms
continuous media is data where there is a timing relationship between source and destination.
...continuous media can be real-time (interactive), where there is a "tight" timing relationship between source and sink, or streaming (playback), where the relationship is less strict.
Define terms with HTML - Learn web development
in other words, there's an implicit relationship between the <dfn> element and its container.
... if you want a more formal relationship, or your definition consists of only one sentence rather than the whole paragraph, you can use the aria-describedby attribute to associate a term more formally with its definition: <p> <span id="ff"> <dfn aria-describedby="ff">firefox</dfn> is the web browser created by the mozilla foundation.
Power profiling overview
the exact relationship is confusing, and chapter 13 of the intel optimization manual has more details.
... pp1: an uncore device, usually the gpu (not available on all processor models.) dram: main memory (not available on all processor models.) the following relationship holds: pp0 + pp1 <= pkg.
PR_TicksPerSecond
the relationship between a printervaltime tick and standard clock units is platform-dependent.
... pr_pr_tickspersecond() allows you to discover exactly what that relationship is.
Introduction to Network Security Services
figure 1, below, shows a simplified view of the relationships among the three shared libraries listed above and nspr, which provides low-level cross platform support for operations such as threading and i/o.
... (note that nspr is a separate mozilla project; see netscape portable runtime for details.) figure 1 relationships among core nss libraries and nspr naming conventions and special libraries windows and unix use different naming conventions for static and dynamic libraries: windows unix static .lib .a dynamic .dll .so or .sl in addition, windows has "import" libraries that bind to dynamic libraries.
NSS API Guidelines
nss api structure this section explains the structure and relationships of the nss libraries.
...the areas which need the most work (both here and throughout the code) is: the relationship of the certificate library with just about every other component (most noticeably pkcs #12, pkcs #7, and pkcs #11) splitting low key and high key components more clearly the crypto wrappers (pkcs #11 wrappers) and high key pkcs #12 and pkcs #5 libraries nss compiles into the libraries described below.
JSFunction
for native functions and jsapi-compiled functions - that is, functions returned by the apis listed above-there is a simple one-to-one relationship between the jsfunction and the corresponding javascript function object.
...for other function objects - that is, functions created by running javascript code containing function declarations or function-expressions-the relationship between the jsfunction * and the jsobject * is not well-defined.
JSObject
the javascript engine sometimes uses this relationship to implement lexical scoping.
... security-sensitive applications can use this relationship to make every object a member of some security domain.
Component Internals
the illustration below shows the basic relationship between the shared library containing the component implementation code you write and the xpcom framework itself.
... another, even more basic view of this relationship of components to the files and interfaces that define them is shown in onion peel view of xpcom component creation in the next chapter.
IAccessibleRelation
other-licenses/ia2/accessiblerelation.idlnot scriptable this interface gives access to an object's set of relations.
...[propget] hresult relationtype( [out] bstr relationtype ); parameters relationtype the strings returned are defined @ref grprelations "in this section of the documentation".
GetAccessibleRelated
nsiaccessible getaccessiblerelated( in unsigned long arelationtype ); parameters arelationtype[in] the relation type between the accessible (see constants listed in relations documentation).
...exceptions thrown ns_error_failure indicates that the accessible is unattached from the accessible tree.ns_error_not_implemented indicates that the given relation type is unsupported see also nsiaccessible.getrelations() nsiaccessible.relationscount nsiaccessible.getrelation() ...
nsIXULTemplateQueryProcessor
there is a one-to-one relationship between a template builder and a query processor.
...there is a one-to-one relationship between a template builder and a query processor.
Getting Started Guide
if you were to use a raw pointer instead, your function couldn't know what ownership relationship the caller had to the input value, and hence, couldn't know whether to release it or not before assigning in the new value.
... by declaring the parameter as an nscomptr&, the relationship is explicit.
Weak reference
a naive design for an observer/observable relationship would require the observable to hold a owning reference to the observer.
...this technique can significantly simplify certain relationships, and you should consider it when an owning reference is inappropriate, but where a raw pointer might end up dangling.
Debugger.Script - Firefox Developer Tools
getalloffsets() if the instance refers to a jsscript, return an arrayl describing the relationship between bytecode instruction offsets and source code positions in this script.l is sparse, and indexed by source line number.
... getallcolumnoffsets(): if the instance refers to a jsscript, return an array describing the relationship between bytecode instruction offsets and source code positions in this script.
Introduction to the DOM - Web APIs
but the relationship between objects and the interfaces that they implement in the dom can be confusing, and so this section attempts to say a little something about the actual interfaces in the dom specification and how they are made available.
...to run examples that only demonstrate the basic relationship of the interface to the html elements, you may want to set up a test page in which interfaces can be easily accessed from scripts.
HTMLAnchorElement - Web APIs
htmlanchorelement.rel is a domstring that reflects the rel html attribute, specifying the relationship of the target object to the linked object.
... htmlanchorelement.rev is a domstring representing that the rev html attribute, specifying the relationship of the link object to the target object.
HTMLAreaElement - Web APIs
htmlareaelement.rel is a domstring that reflects the rel html attribute, indicating relationships of the current document to the linked resource.
... htmlareaelement.rellist read only returns a domtokenlist that reflects the rel html attribute, indicating relationships of the current document to the linked resource, as a list of tokens.
Geometry and reference spaces in WebXR - Web APIs
defining spatial relationships with reference spaces there are a number of commonly used ways to reference the positions and orientations of objects relative to their environment, as well as to constrain the environment itself.
...everything is fundamentally tied to this coordinate system, which represents the relationship between the user's equipment's position and the virtual world.
WebXR Device API - Web APIs
xrreferencespace a subclass of xrspace which is used to identify a spatial relationship in relation to the user's physical environment.
...this article explains the relationship between spaces, poses, viewers, and views.
x-ms-aria-flowfrom - Accessibility
the property serves to define element relationships utilizing aria relationship attributes and the aria-flowto property.
... example <div tabindex="0" class="foo" id="element2" role="option" aria-posinset="1" aria-setsize="15" aria-flowto="element8" x-ms-aria-flowfrom="element5"> see also aria relationship attributes microsoft api extensions ...
ARIA: article role - Accessibility
the aim of a set of article sections is to indicate their relationship to one another.
...they may also support indication of nesting relationships within articles.
Cognitive accessibility - Accessibility
all information, including structure and relationships conveyed through the presentation, should be available in a form that can be perceived by all users to achieve this goal.
... heading and labels include clear and descriptive headings so users can easily find information and understand relationships between different content sections.
Implementing a Microsoft Active Accessibility (MSAA) Server - Accessibility
windowfromaccessibleobject depends on client-window relationship problem: unless certain rules are followed, windowfromaccessibleobject will break, causing the failure of accessibility testing tools like accexplore.exe, and assistive technologies which require knowledge of the window class to know what app-specific configurations to run.
...dom tree - what's the relationship?
CSS Box Alignment - CSS: Cascading Style Sheets
relationship to writing modes alignment is linked to writing modes in that when we align an item we do not consider whether we are aligning it to the physical dimensions of top, right, bottom and left.
... baseline alignment: these keywords define alignment as a relationship among the baselines of multiple alignment subjects within an alignment context.
CSS Grid Layout - CSS: Cascading Style Sheets
css grid layout excels at dividing a page into major regions or defining the relationship in terms of size, position, and layer, between parts of a control built from html primitives.
...ows grid-auto-flow grid grid-row-start grid-column-start grid-row-end grid-column-end grid-row grid-column grid-area row-gap column-gap gap css functions repeat() minmax() fit-content() css data types <flex> glossary entries grid grid lines grid tracks grid cell grid area gutters grid axis grid row grid column guides basic concepts of grid layout relationship of grid layout to other layout methods layout using line-based placement grid template areas layout using named grid lines auto-placement in css grid layout box alignment in css grid layout css grid, logical values and writing modes css grid layout and accessibility css grid and progressive enhancement realising common layouts using css grid subgrid external resources css grid ...
Adapting to the new two-value syntax of display - CSS: Cascading Style Sheets
it behaves as block-level things do in relationship to other boxes in the layout.
...in addition to indicating whether something is block-level or inline-level in relationship to other boxes on the page, it now also indicates the formatting context inside the box it is applied to.
transition-timing-function - CSS: Cascading Style Sheets
step-start equal to steps(1, jump-start) step-end equal to steps(1, jump-end) accessibility concerns some animations can be helpful such as to guide users to understand what actions are expected, to show relationships within the user interface, and to inform users as to what actions have occurred.
... animations can help reduce cognitive load, prevent change blindness, and establish better recall in spatial relationships.
<area> - HTML: Hypertext Markup Language
WebHTMLElementarea
rel for anchors containing the href attribute, this attribute specifies the relationship of the target object to the link object.
...the default relationship, if no other is given, is void.
Link types - HTML: Hypertext Markup Language
in html, link types indicate the relationship between two documents, in which one links to the other using an <a>, <area>, <form>, or <link> element.
... nofollow indicates that the linked document is not endorsed by the author of this one, for example if it has no control over it, if it is a bad example or if there is commercial relationship between the two (sold link).
Populating the page: how browsers work - Web Performance
the tree reflects the relationships and hierarchies between different tags.
...the browser goes through each rule set in the css, creating a tree of nodes with parent, child, and sibling relationships based on the css selectors.
Enhanced Extension Installation - Archive of obsolete content
this boolean relationship itself is not stored directly in the datasource.
Custom XUL Elements with XBL - Archive of obsolete content
on the other hand, if your bindings are small and have a strong relationship with each other, it makes sense to keep them together.
Index - Archive of obsolete content
2028 debug.msupdateasynccallbackrelation debug, javascript, method, reference, msupdateasynccallbackrelation the debug.msupdateasynccallbackrelation function updates the relationship status between a synchronous work item and the associated asynchronous operation.
MMgc - Archive of obsolete content
reference counting can track relationships between objects, and as long as addref and release are called at the proper times, can reclaim memory from objects that are no longer referenced.
Source Navigator - Archive of obsolete content
with it, you can edit your source code, display relationships between classes and functions and members, and display call trees.
Source code directories overview - Archive of obsolete content
rdf contains c interfaces and code for accessing various data and organizing their relationships according to rdf.
Style System Overview - Archive of obsolete content
[design flaw in frame/sc relationship] three functions for creating style contexts on nsistyleset, wrapped by similarly named ones on nsiprescontext: resolvestylecontextfor: for elements.
Modularization techniques - Archive of obsolete content
this mechanism can be used both inside an executable at run-time and externally using the apersist flag to tell the repository to store the class id/library relationship in its permenant store.
RDF Datasource How-To - Archive of obsolete content
deciding on a vocabulary the vocabulary is the set of properties that you will use to express relationships between elements (resources and literals) in your data model.
Venkman Internals - Archive of obsolete content
as you pointed out, there is a 1:1 relationship between scriptwrappers and functions.
InstallVersion Object - Archive of obsolete content
the init() method associates a particular version with an installversion object, the tostring() method converts versions in various formats to a string, and the compareto() method compares these string and indicates the relationship between the two versions.
Box Objects - Archive of obsolete content
the layout tree holds the structure as the nodes are expected to be displayed there is not necessarily a one to one relationship between content and layout nodes.
Skinning XUL Files by Hand - Archive of obsolete content
the parent-child relationship is more economical than the aforementioned contextual subgrouping, which searches the entire subtree of an element for the subelement.
Tabboxes - Archive of obsolete content
there is a one-to-one relationship between the tab and tabpanel elements.
Mozilla release FAQ - Archive of obsolete content
this isn't quite so far fetched, but it has the problem of possibly doing a great deal of harm to the relations between netscape and several unix vendors who bundle netscape's servers.
Debug - Archive of obsolete content
debug.msupdateasynccallbackrelation updates the relationship status between a synchronous work item and the associated asynchronous operation.
Introduction to game development for the Web - Game development
you get to manage your customer relationship more closely, in your own way.
Visual typescript game engine - Game development
(wip) in ioc, you can make strong class dependency relations.
CSS Object Model (CSSOM) - MDN Web Docs Glossary: Definitions of Web-related terms
the css object model (cssom) is a map of all css selectors and relevant properties for each selector in the form of a tree, with a root node, sibling, descendant, child, and other relationship.
Flex - MDN Web Docs Glossary: Definitions of Web-related terms
learn more property reference align-content align-items align-self flex flex-basis flex-direction flex-flow flex-grow flex-shrink flex-wrap justify-content order further reading css flexible box layout module level 1 specification css flexbox guide: basic concepts of flexbox css flexbox guide: relationship of flexbox to other layout methods css flexbox guide: aligning items in a flex container css flexbox guide: ordering flex items css flexbox guide: controlling ratios of flex items along the main axis css flexbox guide: mastering wrapping of flex items css flexbox guide: typical use cases of flexbox ...
Flexbox - MDN Web Docs Glossary: Definitions of Web-related terms
learn more property reference align-content align-items align-self flex flex-basis flex-direction flex-flow flex-grow flex-shrink flex-wrap justify-content order further reading css flexible box layout module level 1 specification css flexbox guide: basic concepts of flexbox css flexbox guide: relationship of flexbox to other layout methods css flexbox guide: aligning items in a flex container css flexbox guide: ordering flex items css flexbox guide: controlling ratios of flex items along the main axis css flexbox guide: mastering wrapping of flex items css flexbox guide: typical use cases of flexbox ...
REST - MDN Web Docs Glossary: Definitions of Web-related terms
a document, is transferred with its state and relationships via well-defined, standarized operations and formats or services call themselves restful when they directly modify type of document as opposed to triggering actions somewhere.
TOFU - MDN Web Docs Glossary: Definitions of Web-related terms
trust on first use (tofu) is a security model in which a client needs to create a trust relationship with an unknown server.
WAI-ARIA basics - Learn web development
it doesn't give you any idea of what the relationship is between the content.
What is accessibility? - Learn web development
test early and often, ideally running automated tests to pick up on programmatically detectable missing features (such as missing image alternative text or bad link text — see element relationships and context) and doing some testing with disabled user groups to see how well more complex site features work for them.
Overflowing content - Learn web development
these boxes may otherwise have no relationship to each other.
Combinators - Learn web development
previous overview: building blocks next the final selectors we will look at are called combinators, because they combine other selectors in a way that gives them a useful relationship to each other and the location of content in the document.
The box model - Learn web development
the vertical margin, padding, and border are respected but they do not change the relationship of other content to our inline box and so the padding and border overlaps other words in the paragraph.
How CSS works - Learn web development
the nodes are defined by their relationship to other dom nodes.
What is CSS? - Learn web development
it is however worth knowing that they exist, understanding the relationship between the css you are using, browser support (see below), and the specs.
How to structure a web form - Learn web development
<label for="name"> name: <input type="text" id="name" name="user_name"> </label> even in such cases however, it is considered best practice to set the for attribute to ensure all assistive technologies understand the relationship between label and widget.
Index - Learn web development
109 combinators css, selectors, combinators the final selectors we will look at are called combinators, because they combine other selectors in a way that gives them a useful relationship to each other and the location of content in the document.
Introduction to web APIs - Learn web development
relationship between javascript, apis, and other javascript tools so above, we talked about what client-side javascript apis are, and how they relate to the javascript language.
What is web performance? - Learn web development
this includes all the html attributes and the relationships between the nodes.
Client-Server Overview - Learn web development
the parts of the site that make it dynamic are the web application (this is how we will refer to the server-side code that processes http requests and returns http responses), the database, which contains information about players, teams, coaches and their relationships, and the html templates.
Introduction to client-side frameworks - Learn web development
the abstraction of frameworks affects not only your javascript, but your relationship with the very nature of the web.
React resources - Learn web development
in more complex apps, this view is great for understanding parent/child relationships at a glance.
Handling common accessibility problems - Learn web development
element relationships and context there are certain features and best practices in html designed to provide context and relationships between elements where none otherwise exists.
Accessible Toolkit Checklist
make sure that parent-child relationships are exposed correctly in each window's msaa tree general msaa support focus events handling event callbacks, which requires a unique id for each non-windowed child of every widget that can be focused or have any other event associated with it.
Callgraph
this can be used for performing static analysis based on the relationship between functions and methods.
OSFile.jsm
what are the relationships with the html5 file api?
Using the viewport meta tag to control layout on mobile browsers
otherwise, the relationship between css pixels and device pixels depends on the current zoom level.
Memory Profiler
this is helpful in exploring the relationships among objects and identifying memory leaks.
perf
performance counter stats for 'system wide': 51.58 joules power/energy-pkg/ [100.00%] 14.80 joules power/energy-cores/ [100.00%] 9.93 joules power/energy-gpu/ [100.00%] 27.38 joules power/energy-ram/ [100.00%] 5.003049064 seconds time elapsed it's not clear from the output, but the following relationship holds.
An overview of NSS Internals
a certificate contains lots of other details; for example, it contains a signature by a third party that expresses trust in the ownership relationship for the certificate.
NSS FAQ
MozillaProjectsNSSFAQ
for complete details, see encryption technologies available in nss 3.11 what is the relationship between nss and psm?
Index
a certificate contains lots of other details; for example, it contains a signature by a third party that expresses trust in the ownership relationship for the certificate.
Necko Architecture
there is a 1-to-1 relationship between uris and channels (if you go so far as to create a channel from a uri, which is not required if all you need is a parsed representation of a uri string).
JS_GetFunctionObject
for certain functions, the two have a strictly one-to-one relationship, and for those functions it is safe to call js_getfunctionobject to move from the jsfunction to the jsobject.
TPS Tests
phases have an n to m relationship with profiles, where n >= m (there can never be more phases than profiles).
Redis Tips
so rather than thinking about redis as a database with some kind of non-existent relationship to sql, think of it as a data structure server with a rich set of commands for querying and manipulating those data structures over a network connection.
Implementation Details
es to get information of supported interfaces for interested at api: core: gecko interfaces windows: msaa, ia2, ienumvariant and isimpledom* interfaces linux: at-spi roles refer to specific pages to get information of supported roles for interested at api: gecko msaa ia2 at-spi states refer to specific pages to get information of supported states for interested at api: gecko msaa ia2 at-spi relations refer to specific pages to get information of supported relations for interested at api: gecko msaa ia2 at-spi attributes object attributes refer to specific pages to get information of supported object attributes for interested at api: gecko msaa ia2 at-spi text attributes refer to specific pages to get information of supported text attributes for interested at api: gecko msaa - doesn't hav...
Preface
for example, the introduction includes a discussion of components and what they are, and the first chapter - in which you compile the basic code and register it with mozilla - prompts a discussion of the relationship between components and modules, of xpcom interfaces, and of the registration process in general.
Creating XPCOM components
for example, the introduction includes a discussion of components and what they are, and the first chapter - in which you compile the basic code and register it with mozilla - prompts a discussion of the relationship between components and modules, of xpcom interfaces, and of the registration process in general.
IAccessibleAction
s_false if there are no relations, [out] values are null and 0 respectively.
nsIAccessNode
the nsiaccessnode tree for a given dom window has a one to one relationship to the dom tree.
nsIAccessibleRole
there is not always a parent-child relationship between the grouping object and the objects it contains.
nsIWebProgress
the parent-child relationship of nsiwebprogress instances is not made explicit by this interface, but the relationship may exist in some implementations.
nsIWebProgressListener
inherits from: nsisupports last changed in gecko 15 (firefox 15 / thunderbird 15 / seamonkey 2.12) nsiwebprogress describes the parent-child relationship of nsiwebprogress instances.
Reference Manual
the nsiweakreference and this other object have a special relationship.
Mail client architecture overview
there are also a number of protocol independant subsystems that have a symbiotic relationship with base: libmime - for dealing with rfc822 messages and their mime parts.
Thunderbird extensions
gloda stands for « global database », and creates thunderbird-wide relations between objects.
Accessibility Inspector - Firefox Developer Tools
relations — a list of the accessiblity-relevant relationships between this item and other items.
Debugger.Source - Firefox Developer Tools
if one assigns a function, that function’s script’s source doesnot belong to the dom element; the function’s definition must appear elsewhere.) (if the sources attached to a dom element change, the debugger.source instances representing superceded code still refer to the dom element; this accessor only reflects origins, not current relationships.) elementattributename if this source belongs to a dom element because it is an event handler content attribute or an event handler idl attribute, this is the name of that attribute, a string.
BiquadFilterNode() - Web APIs
allpass: an allpass filter allows all frequencies through, but changes the phase relationship between the various frequencies.
BiquadFilterNode.type - Web APIs
it lets all frequencies through, but changes the phase-relationship between the various frequencies.
BiquadFilterNode - Web APIs
it lets all frequencies through, but changes the phase-relationship between the various frequencies.
CSSPseudoElement.element - Web APIs
examples the example below demonstrates the relationship between csspseudoelement.element and element.pseudo(): const myelement = document.queryselector('q'); const csspseudoelement = myelement.pseudo('::after'); const originatingelement = csspseudoelement.element; console.log(myelement === originatingelement); // outputs true console.log(myelement.parentelement === originatingelement); // outputs false console.log(myelement.lastelementchild === csspseudoelement); // out...
CSSPseudoElement.type - Web APIs
syntax var typeofpseudoelement = csspseudoelement.type; value a cssomstring containing one of the following values: "::before" "::after" "::marker" examples the example below demonstrates the relationship between csspseudoelement.type and element.pseudo(): const myelement = document.queryselector('q'); const myselector = '::after'; const csspseudoelement = myelement.pseudo(myselector); const typeofpseudoelement = csspseudoelement.type; console.log(myselector === typeofpseudoelement); // outputs true specifications specification status comment css pseudo-elements level 4the definition of 'type' in tha...
CSSRule - Web APIs
WebAPICSSRule
the relationships between these constants and the interfaces are: type value rule-specific interface comments and examples cssrule.style_rule 1 cssstylerule the most common kind of rule: selector { prop1: val1; prop2: val2; } cssrule.import_rule 3 cssimportrule an @import rule.
DataTransfer.effectAllowed - Web APIs
the move operation is used to indicate that the data being dragged will be moved, and the link operation is used to indicate that some form of relationship or connection will be created between the source and drop locations.
Introduction to the File and Directory Entries API - Web APIs
it does not necessarily have a relationship to the local file system outside the browser.
HTMLAnchorElement.rel - Web APIs
it is a domstring containing a space-separated list of link types indicating the relationship between the resource represented by the <a> element and the current document.
HTMLAnchorElement.relList - Web APIs
it is a live domtokenlist containing the set of link types indicating the relationship between the resource represented by the <a> element and the current document.
HTMLAreaElement.rel - Web APIs
it is a domstring containing a space-separated list of link types indicating the relationship between the resource represented by the <area> element and the current document.
HTMLAreaElement.relList - Web APIs
it is a live domtokenlist containing the set of link types indicating the relationship between the resource represented by the <area> element and the current document.
HTMLLinkElement.rel - Web APIs
it is a domstring containing a space-separated list of link types indicating the relationship between the resource represented by the <link> element and the current document.
HTMLLinkElement.relList - Web APIs
it is a live domtokenlist containing the set of link types indicating the relationship between the resource represented by the <link> element and the current document.
Drag Operations - Web APIs
the move operation is used to indicate that the data being dragged will be moved, and the link operation is used to indicate that some form of relationship or connection will be created between the source and drop locations.
HTML Drag and Drop API - Web APIs
link indicates that some form of relationship or connection will be created between the source and drop locations.
Node.compareDocumentPosition() - Web APIs
return value an integer value whose bits represent the othernode's relationship to the calling node.
RTCIceCandidate.relatedAddress - Web APIs
relatedaddress can be used for diagnostic purposes; by observing the relationships between the various types of candidates and their addresses and related addresses.
Resource Timing API - Web APIs
this would be a nice place to have a diagram showing the relationships between these segments of the resource loading time.
SVGTextContentElement - Web APIs
because the relationship between characters and glyphs is not one-to-one, only the first character of the relevant typographic character is returned svgtextcontentelement.selectsubstring() selects text within the element.
Selection - Web APIs
WebAPISelection
selection and input focus selection and input focus (indicated by document.activeelement) have a complex relationship that varies by browser.
Storage Access API - Web APIs
from the user’s perspective, they only have a third-party relationship with that origin.
Introduction to the Real-time Transport Protocol (RTP) - Web APIs
these are returned by the rtcpeerconnection.gettransceivers() method, and each mid and transceiver share a one-to-one relationship, with the mid being unique for each rtcpeerconnection.
Lighting a WebXR setting - Web APIs
if two or more devices access content that uses the same third-party script, that script can be used to correlate lighting information and how it changes over time to attempt to determine a spatial relationship between the devices; this could in theory indicate that the devices are in the same general area, for example.
Rendering and the WebXR frame animation callback - Web APIs
by combining that inferred depth information with other cues such as perspective, shadows, memories of what these relationships mean, and so forth, we can figure out a great deal about the world around us.
Spaces and reference spaces: Spatial tracking in WebXR - Web APIs
representing a position using a reference space as covered in defining spatial relationships with reference spaces in geometry and reference spaces in webxr, reference spaces establish a local coordinate system which is offset from another coordinate system that is itself defined by some other space.
Window.open() - Web APIs
WebAPIWindowopen
what is the javascript relationship between the main window and the secondary window?
XRFrame - Web APIs
WebAPIXRFrame
methods getpose() returns an xrpose object representing the spatial relationship between the two specified xrspace objects.
XRInputSource.gripSpace - Web APIs
the y-axis is implied by the relationship between the other two axes; as is always the case, it's the cross product of the other two axes (lying 90° away from both the x and z axes).
XRView - Web APIs
WebAPIXRView
finally, a new reference space is created to describe the relationship between the two reference spaces fully.
Using the aria-describedby attribute - Accessibility
it is used to establish a relationship between widgets or groups and text that described them.
Using the aria-labelledby attribute - Accessibility
description the aria-labelledby attribute establishes relationships between objects and their label(s), and its value should be one or more element ids, which refer to elements that have the text needed for labeling.
Using the group role - Accessibility
enuitem">custom folder 2</li> <li role="menuitem">custom folder 3</li> </ul> <ul role="group"> <li role="menuitem">new folder</li> </ul> </div> working examples: file directory treeview example using computed properties navigation treeview example using declared properties notes group members that are outside of the dom subtree of the group need to have explicit relationships assigned to them in order to participate in the group.
Using the status role - Accessibility
if another part of the page controls what appears in the status, the relationship should be made explicit via the aria-controls attribute.
Using ARIA: Roles, states, and properties - Accessibility
en aria-invalid aria-label aria-level aria-modal aria-multiline aria-multiselectable aria-orientation aria-placeholder aria-pressed aria-readonly aria-required aria-selected aria-sort aria-valuemax aria-valuemin aria-valuenow aria-valuetext live region attributes aria-live aria-relevant aria-atomic aria-busy drag & drop attributes aria-dropeffect aria-dragged relationship attributes aria-activedescendant aria-colcount aria-colindex aria-colspan aria-controls aria-describedby aria-details aria-errormessage aria-flowto aria-labelledby aria-owns aria-posinset aria-rowcount aria-rowindex aria-rowspan aria-setsize microsoftedge-specific properties x-ms-aria-flowfrom ...
ARIA: document role - Accessibility
in contrast to the article role, the document role does not have any relation to other elements with a document role, it merely has a relationship to the containing composit widget.
ARIA: grid role - Accessibility
while it does not imply a specific visual presentation, it implies a relationship among elements.
ARIA: gridcell role - Accessibility
by referencing the parent elements with roles of rowheader or columnheader applied to them via aria-describedby, it allows assistive technology to understand the position and relationship of the gridcell element to the rest of the table-style grouping of content.
ARIA: Main role - Accessibility
if this is the case, include aria-owns to identify the relationship of the main to it's document or application ancestor.
ARIA: rowgroup role - Accessibility
n role="columnheader"aria-sort="none">population</span> </div> </div> <div role="rowgroup"> <div role="row"> <span role="cell">finland</span> <span role="cell">5.5 million</span> </div> <div role="row"> <span role="cell">france</span> <span role="cell">67 million</span> </div> </div> </div> description rowgroup establishes a relationship between owned row elements and is a structural equivalent to the thead, tfoot and tbody elements in html.
ARIA: heading role - Accessibility
to give the page more structure, a level should also be provided to indicate relationships between sections.
WAI-ARIA Roles - Accessibility
to give the page more structure, a level should also be provided to indicate relationships between sections.aria: img rolethe aria img role can be used to identify multiple elements inside page content that should be considered as a single image.
Web applications and ARIA FAQ - Accessibility
for more information, steve faulkner has written a good overview of the relationship between html5 and aria.
Accessibility and Spacial Patterns - Accessibility
math spatial reasoning affects math learning; consequently, spatial relationships in how math is presented affects cognition.
HTML To MSAA - Accessibility
map html element role name value states relations actions events notes a role_system_ link n/a value of @href attribute state_system_ selectable if @name attribute is presented state_system_ linked if @href attribute is presented or click event listener is registered state_system_ traversed if link is traversed n/a "jump" if @href is valid n/a br role_system_ whitespace '\n' (new line char) state_system_ readonly n/a n/a n/a butt...
Perceivable - Accessibility
success criteria how to conform to the criteria practical resource 1.3.1 info and relationships (a) any content structure—or visual relationship made between content—can also be determined programmatically, or be inferred from text description.
CSS Multi-column Layout - CSS: Cascading Style Sheets
relationship to fragmentation multiple-column layout is closely related to paged media, in that each column box becomes a fragment, much like a printed page becomes a fragment of an overall document.
CSS Display - CSS: Cascading Style Sheets
block, display: inline) block and inline layout in normal flow flow layout and overflow flow layout and writing modes formatting contexts explained in flow and out of flow display: flex basic concepts of flexbox aligning items in a flex container controlling ratios of flex items along the main axis cross-browser flexbox mixins mastering wrapping of flex items ordering flex items relationship of flexbox to other layout methods backwards compatibility of flexbox typical use cases of flexbox display: grid basic concepts of grid layout relationship to other layout methods line-based placement grid template areas layout using named grid lines auto-placement in grid layout box alignment in grid layout grids, logical values and writing modes css grid layout and accessibili...
Basic concepts of flexbox - CSS: Cascading Style Sheets
you can read more about the relationship between flexbox and the writing modes specification in a later article; however, the following description should help explain why we do not talk about left and right and top and bottom when we describe the direction that our flex items flow in.
Typical use cases of Flexbox - CSS: Cascading Style Sheets
you can read more about the difference between flexbox and css grid layout in relationship of flexbox to other layout methods, where we discuss how flexbox fits into the overall picture of css layout.
CSS Flexible Box Layout - CSS: Cascading Style Sheets
justify-content align-content align-items align-self place-content place-items row-gap column-gap gap glossary entries flexbox flex container flex item main axis cross axis flex guides basic concepts of flexbox an overview of the features of flexbox relationship of flexbox to other layout methods how flexbox relates to other layout methods, and other css specifications aligning items in a flex container how the box alignment properties work with flexbox.
Basic Concepts of grid layout - CSS: Cascading Style Sheets
x; background-color: #fff4e6; display: grid; grid-template-columns: repeat(3, 1fr); } .box { border: 2px solid #ffa94d; border-radius: 5px; background-color: #ffd8a8; padding: 1em; color: #d9480f; } .box1 { grid-column: 1 / 4; } .nested { border: 2px solid #ffec99; border-radius: 5px; background-color: #fff9db; padding: 1em; } in this case the nested grid has no relationship to the parent.
CSS Grid Layout and Accessibility - CSS: Cascading Style Sheets
for more information about this interaction see the guide on the relationship of grid layout to other layout methods and the section on display: contents.
Overview of CSS Shapes - CSS: Cascading Style Sheets
relationship to clip-path the basic shapes and box values used to create shapes are the same as those used as values for clip-path.
CSS reference - CSS: Cascading Style Sheets
WebCSSReference
combinators combinators are selectors that establish a relationship between two or more simple selectors, such as "a is a child of b" or "a is adjacent to b." adjacent sibling combinator a + b specifies that the elements selected by both a and b have the same parent and that the element selected by b immediately follows the element selected by a horizontally.
Visual formatting model - CSS: Cascading Style Sheets
relationships between elements in the document tree.
display - CSS: Cascading Style Sheets
WebCSSdisplay
block, display: inline) block and inline layout in normal flow flow layout and overflow flow layout and writing modes formatting contexts explained in flow and out of flow display: flex basic concepts of flexbox aligning items in a flex container controlling ratios of flex items along the main axis cross-browser flexbox mixins mastering wrapping of flex items ordering flex items relationship of flexbox to other layout methods backwards compatibility of flexbox typical use cases of flexbox display: grid basic concepts of grid layout relationship to other layout methods line-based placement grid template areas layout using named grid lines auto-placement in grid layout box alignment in grid layout grids, logical values and writing modes css grid layout and accessibili...
Audio and video manipulation - Developer guides
allpass: allows all frequencies through, but changes the phase relationship between the various frequencies.
Content categories - Developer guides
this is a loose grouping (it doesn't actually create a relationship among elements of these categories), but they help define and describe the categories' shared behavior and their associated rules, especially when you come upon their intricate details.
HTML attribute reference - HTML: Hypertext Markup Language
rel <a>, <area>, <link> specifies the relationship of the target object to the link object.
<a>: The Anchor element - HTML: Hypertext Markup Language
WebHTMLElementa
rel the relationship of the linked url as space-separated link types.
<dl>: The Description List element - HTML: Hypertext Markup Language
WebHTMLElementdl
because of this, make sure each list item's content is written in such a way that it communicates its relationship to the other list items in the list grouping.
<input>: The Input (Form Input) element - HTML: Hypertext Markup Language
WebHTMLElementinput
the inclusion of either implicit or explicit <label>: <!-- inaccessible --> <p>enter your name: <input id="name" type="text" size="30"></p> <!-- implicit label --> <p><label>enter your name: <input id="name" type="text" size="30"></label></p> <!-- explicit label --> <p><label for="name">enter your name: </label><input id="name" type="text" size="30"></p> the first example is inaccessible: no relationship exists between the prompt and the <input> element.
HTML elements reference - HTML: Hypertext Markup Language
WebHTMLElement
<link> the html external resource link element (<link>) specifies relationships between the current document and an external resource.
itemprop - HTML: Hypertext Markup Language
an item with two properties, "favorite-color" and "favorite-fruit", both set to the value "orange" <div itemscope> <span itemprop="favorite-color favorite-fruit">orange</span> </div> note: there is no relationship between the microdata and the content of the document where the microdata is marked up.
HTML reference - HTML: Hypertext Markup Language
link types in html, the following link types indicate the relationship between two documents, in which one links to the other using an <a>, <area>, or <link> element.
HTML: Hypertext Markup Language
WebHTML
a block-level element occupies the entire space of its parent element (container), thereby creating a "block." link types in html, various link types can be used to establish and define the relationship between two documents.
Sec-Fetch-Site - HTTP
the sec-fetch-site fetch metadata header indicates the relationship between a request initiator's origin and the origin of the resource.
HTTP headers - HTTP
WebHTTPHeaders
fetch metadata request headers sec-fetch-site it is a request header that indicates the relationship between a request initiator's origin and its target's origin.
JavaScript data types and data structures - JavaScript
indexed collections: arrays and typed arrays arrays are regular objects for which there is a particular relationship between integer-key-ed properties and the length property.
Details of the object model - JavaScript
determining instance relationships property lookup in javascript looks within an object's own properties and, if the property name is not found, it looks within the special object property __proto__.
Functions - JavaScript
a function in javascript is similar to a procedure—a set of statements that performs a task or calculates a value, but for a procedure to qualify as a function, it should take some input and return an output where there is some obvious relationship between the input and the output.
Array.prototype.length - JavaScript
see also relationship between length and numerical properties.
Array - JavaScript
as a result, '2' and '02' would refer to two different slots on the years object, and the following example could be true: console.log(years['2'] != years['02']) relationship between length and numerical properties a javascript array's length property and numerical properties are connected.
Intl.DateTimeFormat.prototype.formatToParts() - JavaScript
these years are disambiguated by relationship to corresponding years on the gregorian calendar.
String.fromCharCode() - JavaScript
while there is a mathematical relationship between the supplementary code point value (e.g.
Nullish coalescing operator (??) - JavaScript
"foo"; // returns "foo" relationship with the optional chaining operator (?.) the nullish coalescing operator treats undefined and null as specific values and so does the optional chaining operator (?.) which is useful to access a property of an object which may be null or undefined.
Web video codec guide - Web media technologies
these colors have no intentional color relationship to the contents of the frame.
rendering-intent - SVG: Scalable Vector Graphics
perceptual this value preserves the relationship between colors.
<a> - SVG: Scalable Vector Graphics
WebSVGElementa
value type: no-referrer|no-referrer-when-downgrade|same-origin|origin|strict-origin|origin-when-cross-origin|strict-origin-when-cross-origin|unsafe-url ; default value: none; animatable: no rel the relationship of the target object to the link object.
Axes - XPath
WebXPathAxes
an axis represents a relationship to the context node, and is used to locate nodes relative to that node on the tree.
XPath
axes are used to describe the relationships between nodes.
Index - XSLT: Extensible Stylesheet Language Transformations
WebXSLTIndex
the structure of an xml document is designed to reflect and clarify important relationships among the individual aspects of the content itself, unhindered by a need to provide any indication about how this data should eventually be presented.
An Overview - XSLT: Extensible Stylesheet Language Transformations
the only requirements concern the disposition of objects in the tree, their properties, and their relationships.
Transforming XML with XSLT - XSLT: Extensible Stylesheet Language Transformations
the structure of an xml document is designed to reflect and clarify important relationships among the individual aspects of the content itself, unhindered by a need to provide any indication about how this data should eventually be presented.