| Value | Meaning |
|---|---|
| NoAction0 | No action, used by separator menu items. |
| OpenLink1 | Open current link. |
| OpenLinkInNewWindow2 | Open current link in a new window. |
| DownloadLinkToDisk3 | Download link destination. |
| CopyLinkToClipboard4 | Copy link location to the clipboard. |
| OpenImageInNewWindow5 | Open current image in a new window. |
| DownloadImageToDisk6 | Download current image. |
| CopyImageToClipboard7 | Copy current image to the clipboard. |
| CopyImageUrlToClipboard8 | Copy current image location to the clipboard. |
| OpenFrameInNewWindow9 | Open current frame in a new window. |
| GoBack10 | Load the previous history item. |
| GoForward11 | Load the next history item. |
| Stop12 | Stop any ongoing loading operation. |
| Reload13 | Reload the contents of current view. |
| Copy14 | Copy current selection the clipboard. |
| Cut15 | Cut current selection to the clipboard. |
| Paste16 | Paste clipboard contents. |
| Delete17 | Delete current selection. |
| SelectAll18 | Select all text. |
| InputMethods19 | Input methods menu. |
| Unicode20 | Unicode menu. |
| SpellingGuess21 | A proposed replacement for a misspelled word. |
| NoGuessesFound22 | An indicator that spellchecking found no proposed replacements. |
| IgnoreSpelling23 | Causes the spellchecker to ignore the word for this session. |
| LearnSpelling24 | Causes the spellchecker to add the word to the dictionary. |
| IgnoreGrammar25 | Ignore grammar. |
| FontMenu26 | Font options menu. |
| Bold27 | Bold. |
| Italic28 | Italic. |
| Underline29 | Underline. |
| Outline30 | Outline. |
| InspectElement31 | Open current element in the inspector. |
| OpenVideoInNewWindow32 | Open current video element in a new window. |
| OpenAudioInNewWindow33 | Open current audio element in a new window. |
| CopyVideoLinkToClipboard34 | Copy video link location in to the clipboard. |
| CopyAudioLinkToClipboard35 | Copy audio link location in to the clipboard. |
| ToggleMediaControls36 | Enable or disable media controls. |
| ToggleMediaLoop37 | Enable or disable media loop. |
| EnterVideoFullscreen38 | Show current video element in fullscreen mode. |
| MediaPlay39 | Play current media element. |
| MediaPause40 | Pause current media element. |
| MediaMute41 | Mute current media element. |
| DownloadVideoToDisk42 | Download video to disk. Since 2.2 |
| DownloadAudioToDisk43 | Download audio to disk. Since 2.2 |
| InsertEmoji44 | Insert an emoji. Since 2.26 |
| PasteAsPlainText45 | Paste clipboard contents as plain text. Since 2.30 |
| Custom10000 | Custom action defined by applications. |
Enum values used to denote the stock actions for #WebKitContextMenuItem<!-- -->s