Skip to content

Commit

Permalink
Remove {{Spec}} macro (#15981)
Browse files Browse the repository at this point in the history
  • Loading branch information
teoli2003 authored May 13, 2022
1 parent 46a656a commit 5cf373e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion files/en-us/glossary/mathml/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ tags:
- {{interwiki("wikipedia", "MathML", "MathML")}} on Wikipedia
- [MathML](/en-US/docs/Web/MathML)
- [Authoring MathML](/en-US/docs/Web/MathML/Authoring)
- {{spec("http://www.w3.org/Math/whatIsMathML.html", "MathML", "REC")}}
- [What is MathML](http://www.w3.org/Math/whatIsMathML.html)
6 changes: 4 additions & 2 deletions files/en-us/web/api/blobbuilder/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,13 +151,15 @@ File getFile(

A {{domxref("File")}} object.

## Specifications

This feature is not part of any specification anymore. It is no more on track to become a standard.

## Browser compatibility

{{Compat}}

## See also

- {{spec("http://dev.w3.org/2009/dap/file-system/file-writer.html#idl-def-BlobBuilder",
"File API Specification: BlobBuilder", "ED")}}
- {{domxref("Blob")}}
- {{domxref("File")}}
3 changes: 1 addition & 2 deletions files/en-us/web/api/document/xmlencoding/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ However, Firefox 3.0 includes information on endianness (e.g., UTF-16BE for big

## Specifications

- [http://www.w3.org/TR/DOM-Level-3-Cor...ment3-encoding](https://www.w3.org/TR/DOM-Level-3-Core/core.html#Document3-encoding)
- This has been removed from {{ spec("http://www.w3.org/TR/domcore/","DOM Core Level 4","WD") }}
This feature is not part of any specification anymore. It is no more on track to become a standard.

## Browser compatibility

Expand Down
3 changes: 1 addition & 2 deletions files/en-us/web/api/document/xmlversion/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ if (document.createElement("foo").tagName == "FOO") {

## Specifications

- [http://www.w3.org/TR/DOM-Level-3-Cor...ument3-version](https://www.w3.org/TR/DOM-Level-3-Core/core.html#Document3-version)
- This has been removed from {{ spec("http://www.w3.org/TR/domcore/","DOM Core Level 4","WD") }}
This feature is not part of any specification anymore. It is no more on track to become a standard.

## Browser compatibility

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/css/ime-mode/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ime-mode: revert-layer;
ime-mode: unset;
```

The `ime-mode` property is only partially and inconsistently implemented in browsers. It was introduced by Microsoft with Internet Explorer 5 as a proprietary extension: {{spec("https://msdn.microsoft.com/library/ms530767(VS.85).aspx","-ms-ime-mode Attribute | imeMode Property")}}.
The `ime-mode` property is only partially and inconsistently implemented in browsers. It was introduced by Microsoft with Internet Explorer 5 as a proprietary extension.

> **Note:** In general, it's not appropriate for a public web site to change the IME mode. This property should only be used for private web applications or to undo the property if it was previously set by legacy code.

Expand Down

0 comments on commit 5cf373e

Please sign in to comment.